diff --git a/docs/how-to-work-on-coding-challenges.md b/docs/how-to-work-on-coding-challenges.md index 4cac1193c1..3b9fc799fa 100644 --- a/docs/how-to-work-on-coding-challenges.md +++ b/docs/how-to-work-on-coding-challenges.md @@ -19,7 +19,7 @@ The content for each challenge is stored in its own markdown file. This markdown There are two ways you can work on these challenges: -- We recommend, you clone the project and edit locally on your computer. For help with that, read our [contributing guidelines here](/CONTRIBUTING.md). +- **We recommend, you clone the project and edit locally on your computer.** For help with that, read our [contributing guidelines here](/CONTRIBUTING.md). - Or optionally, you can modify a challenge within the GitHub interface, by clicking the pencil icon to start editing the file. ## Challenge Template @@ -322,7 +322,7 @@ Before you [create a pull request](how-to-open-a-pull-request.md) for your chang npm run test -- -g 'the full English title of the challenge' ``` -Once you have verified that each challenge you've worked on passes the tests, please create a pull request. +Once you have verified that each challenge you've worked on passes the tests, [please create a pull request](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/docs/how-to-open-a-pull-request.md). ### Useful Links