From 0ce461cbbd2e3e638efd518bacead0a5d9445673 Mon Sep 17 00:00:00 2001 From: Dominik Blek Date: Mon, 29 Oct 2018 22:15:47 +0100 Subject: [PATCH] Typo at the end of README.md (#31139) * Fixed a broken link to the contributors forums * Grammar typo at the end There was a grammar typo - passive voice without "BE" --- README.md | 2 +- docs/how-to-setup-freecodecamp-locally.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 623309b45d..8650ed6f24 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Please don't create GitHub issues for security issues. Instead, please send an e Copyright © 2018 freeCodeCamp.org -The content of this repository bound by the following licenses: +The content of this repository is bound by the following licenses: - The computer software is licensed under the [BSD-3-Clause](LICENSE.md) License. - The [curricular content](https://www.npmjs.com/package/@freecodecamp/curriculum) in the [`/curriculum`](/curriculum) folder and its subdirectories are licensed under the [CC-BY-SA-4.0](/curriculum/LICENSE.md) License. diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 6914cb0105..c2dd8f2902 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -134,7 +134,7 @@ npm -v We regularly develop on popular and latest operating systems like macOS 10.12 or later, Ubuntu 16.04 or later and Windows 10. Its recommended to lookup your specific issue on resources like: Google, Stack Overflow or Stack Exchange. Chances are that someone has faced the same issue and there is already an answer to your specific query. -If you are on a different OS, and/or are still running into issues, reach out to [contributors community on our public forum](https://www.freeCodeCamp.org/c/contributors) or the [Contributor's Chat room](https://gitter.im/freeCodeCamp/Contributors). We may be able to troubleshoot some common issues. +If you are on a different OS, and/or are still running into issues, reach out to [contributors community on our public forum](https://www.freecodecamp.org/forum/c/contributors) or the [Contributor's Chat room](https://gitter.im/freeCodeCamp/Contributors). We may be able to troubleshoot some common issues. We can't support you on GitHub, because software installation issues are beyond the scope of this project.