From 696bfe8b7b1f387301dd4256dfbe2c5b5d6fef18 Mon Sep 17 00:00:00 2001 From: mrugesh <1884376+raisedadead@users.noreply.github.com> Date: Sat, 21 Mar 2020 11:18:17 +0530 Subject: [PATCH] docs: update links in curriculum guide --- docs/how-to-work-on-coding-challenges.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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