From 61d70f8fc76a03e6f075023763f9391ad72f3bdb Mon Sep 17 00:00:00 2001 From: Arsen Melikyan Date: Fri, 19 Feb 2016 23:00:54 +0400 Subject: [PATCH] Fixes broken links in GitHub comments --- .github/CONTRIBUTING.md => CONTRIBUTING.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/CONTRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 5295b62f74..c4f3652ff3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Do not file an issue until you have followed these steps: Contributing ------------ -We welcome pull requests from Free Code Camp campers (our students) and seasoned JavaScript developers alike! Please, follow [these steps](.github/CONTRIBUTING.md) to contribute. +We welcome pull requests from Free Code Camp campers (our students) and seasoned JavaScript developers alike! Please, follow [these steps](CONTRIBUTING.md) to contribute. License -------