From 79d37751ae6a7291f6109daf3a37c223b1d59b53 Mon Sep 17 00:00:00 2001 From: Atomk Date: Thu, 23 Feb 2017 11:42:32 +0100 Subject: [PATCH] Fix link and capitalization Use a relative link to the same repository instead of an absolute one to the freeCodeCamp repo. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2b1c478d7..1fa69d0f50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Remember to feel free to ask for help in our [Contributors](https://gitter.im/Fr Working on your first Pull Request? You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) -###### If you've found a bug that is not on the board, [follow these steps](#found-a-bug). +###### If you've found a bug that is not on the board, [follow these steps](README.md#found-a-bug). -------------------------------------------------------------------------------- @@ -116,7 +116,7 @@ Do this prior to every time you create a branch for a PR: > $ git checkout staging > ``` -2. Do A Pull with Rebase Against `upstream` +2. Do a pull with rebase against `upstream` > ```shell > $ git pull --rebase upstream staging