From e36665cff94d4ec97fd526df15c300b78e999ec2 Mon Sep 17 00:00:00 2001 From: Cora <38634654+afortiori@users.noreply.github.com> Date: Sat, 13 Oct 2018 21:27:56 -0400 Subject: [PATCH] Fixed broken link (#18501) link directed to wrong page, fixed the link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37308ffa9a..dedb84ed17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ You can find an [example article about HTML Elements here](./client/src/pages/ht We welcome your help writing these articles. You don't have to be an expert in a topic to write about it—this entire Guide is open source, so even if you make a mistake, another contributor will eventually correct it. -To help, find a `stub article` on our [Guide website](https://www.freecodecamp.org/guide), write the article, then open a pull request to replace the stub with your article. A [pull request](https://help.github.com/articles/about-pull-requests/) is how you'll suggest changes. It lets others know about your changes, review them and adopt them. +To help, find a `stub article` on our [Guide website](https://guide.freecodecamp.org), write the article, then open a pull request to replace the stub with your article. A [pull request](https://help.github.com/articles/about-pull-requests/) is how you'll suggest changes. It lets others know about your changes, review them and adopt them. If you can't find a stub about the topic you'd like to write about, you can open a PR that creates the stub and includes your draft article.