Skip to content

Commit 1b863bc

Browse files
authored
Updated README.md
1 parent ced1c77 commit 1b863bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Download the latest [release](https://github.com/open-source-labs/ReacType/relea
6060
- **Add/delete props**: For a selected component, users can see a list of available props from the parent, add props, and delete props in case they are not required later on.
6161
- **State/props flow**: If state or props are deleted upstream, it will automatically update the state for its children components.
6262
- **Visualize state/props flow**: Within the display sub-tab of the state manager tab, users can visualize an interactive tree diagram depicting the state initialized in the current component and passed down props from the parent component.
63-
- **And more:** See [CHANGE_LOG.md](https://github.com/oslabs-beta/ReacType/blob/dev/CHANGE_LOG.md) for more details on what was changed from the previous version as well as plans for upcoming features!
63+
- **And more:** See [change log](https://github.com/open-source-labs/ReacType/blob/master/CHANGE_LOG.md) for more details on what was changed from the previous version as well as plans for upcoming features!
6464

6565

6666
## Run ReacType using CLI
@@ -129,8 +129,8 @@ Typescript, React.js, Redux, Javascript, D3.js, Node.js (Express), HTML, CSS/SAS
129129

130130
## Contributions
131131

132-
Here is the up to date [list](https://github.com/oslabs-beta/ReacType/blob/dev/contributors.md) of all co-developers of this product.
133-
Please visit our [contribution documentation](https://github.com/oslabs-beta/ReacType/blob/dev/contribution_documentation.md) for more information on how you can contribute to ReacType!
132+
Here is the up to date [list](https://github.com/open-source-labs/ReacType/blob/master/contributors.md) of all co-developers of this product.
133+
Please visit our [contribution documentation](https://github.com/open-source-labs/ReacType/blob/master/contribution_documentation.md) for more information on how you can contribute to ReacType!
134134

135135

136136
## License

0 commit comments

Comments
 (0)