From 02123c88e2c53a1b48df2872b955699056293649 Mon Sep 17 00:00:00 2001 From: Maria Nguyen Date: Sat, 13 Oct 2018 13:47:03 -0700 Subject: [PATCH] Docs: Fix link to style guide for best practices (#18691) --- docs/how-to-work-on-guide-articles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-work-on-guide-articles.md b/docs/how-to-work-on-guide-articles.md index 6dfe22596d..25880571c3 100644 --- a/docs/how-to-work-on-guide-articles.md +++ b/docs/how-to-work-on-guide-articles.md @@ -12,7 +12,7 @@ You can: 1. 🍴 [Fork this repo](https://github.com/freeCodeCamp/freeCodeCamp#fork-destination-box) 2. 👀️ Follow the contributing guidelines outlined below. 3. 🔧 Make some awesome changes! -4. 📖 Read this [style guide for best practices](/docs/style-guide-for-guide-articles). +4. 📖 Read this [style guide for best practices](/docs/style-guide-for-guide-articles.md). 5. 👉 [Make a pull request](https://github.com/freeCodeCamp/freeCodeCamp/compare) 6. 🎉 Get your pull request approved - success!