Skip to content

Commit

Permalink
Fix broken setup document link in Readme.md (Terrastories#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshita Pandey committed Oct 7, 2021
1 parent 9e5744f commit 308b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Click the "fork" button in the upper right of the Github repo page. A fork is a
Checkout a new branch for your issue - this branch can be named anything, but we encourage the format `XXX-brief-description-of-feature` where `XXX` is the issue number.

**Step 5: Happy Hacking!**
Follow the instructions in the [Setup Document](#setup) to set up your local environment. Feel free to discuss any questions on the issues as needed, and we will get back to you! Don't forget to write some tests to verify your code. Commit your changes locally, using descriptive messages and please be sure to note the parts of the app that are affected by this commit.
Follow the instructions in the [Setup Document](https://github.com/Terrastories/terrastories/blob/master/documentation/DEVELOPMENT.md) to set up your local environment. Feel free to discuss any questions on the issues as needed, and we will get back to you! Don't forget to write some tests to verify your code. Commit your changes locally, using descriptive messages and please be sure to note the parts of the app that are affected by this commit.

**Step 6: Pushing your branch and creating a pull request**
Push your branch up and create a pull request! Please indicate which issue your PR addresses in the title.
Expand Down

0 comments on commit 308b3c6

Please sign in to comment.