fix: Broken Links and Formatting (#32171)

Fixed Broken links in `Quick References Articles` section and added links for `Style Guides` section.
pull/31556/head^2
Vandit Bhatt 2018-12-01 16:54:14 +05:30 committed by Quincy Larson
parent 48ac4cdfba
commit abea0e1ac6
1 changed files with 6 additions and 6 deletions

View File

@ -24,15 +24,15 @@ This directory contains all of the documentation on contributing to freeCodeCamp
## Quick references articles
<a href="/how-to-work-on-guide-articles.md">1. How to work on Guide articles.</a>
<a href="/how-to-work-on-coding-challenges.md">2. How to work on Coding Challenges.</a>
<a href="/how-to-setup-freecodecamp-locally.md">3. How to setup freeCodeCamp locally.</a>
<a href="/how-to-catch-outgoing-emails-locally.md">4. How to catch outgoing emails locally.</a>
<a href="/docs/how-to-work-on-guide-articles.md">1. How to work on Guide articles.</a><br>
<a href="/docs/how-to-work-on-coding-challenges.md">2. How to work on Coding Challenges.</a><br>
<a href="/docs/how-to-setup-freecodecamp-locally.md">3. How to setup freeCodeCamp locally.</a><br>
<a href="/docs/how-to-catch-outgoing-emails-locally.md">4. How to catch outgoing emails locally.</a>
## Style guides
1. Style guide for creating guide articles.
2. Style guide for creating coding challenges.
<a href="/docs/how-to-work-on-guide-articles.md">1. Style guide for creating guide articles.</a><br>
<a href="/docs/how-to-work-on-coding-challenges.md">2. Style guide for creating coding challenges.</a>
## Quick commands reference when working locally