diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c17ce86ba4..8af4c5b33c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -104,7 +104,7 @@ You should have [ESLint running in your editor](http://eslint.org/docs/user-guid ## Found a bug? Do not file an issue until you have followed these steps: -1. Read [Help I've Found a Bug](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Help-I've-Found-a-Bug) wiki page and follow the instructions there. +1. Read [Help I've Found a Bug](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/FreeCodeCamp-Report-Bugs) wiki page and follow the instructions there. 2. Asked for confirmation in the appropriate [Help Room](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Help-Rooms) 3. Please *do not* open an issue without a 3rd party confirmation of your problem. diff --git a/README.md b/README.md index e4b3439ca8..ca3d1b8f4c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Found a bug? Do not file an issue until you have followed these steps: -1. Read [Help I've Found a Bug](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Help-I've-Found-a-Bug) wiki page and follow the instructions there. +1. Read [Help I've Found a Bug](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/FreeCodeCamp-Report-Bugs) wiki page and follow the instructions there. 2. Ask for confirmation in the appropriate [Help Room](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Help-Rooms). 3. Please *do not* open an issue without a 3rd party confirmation of your problem. diff --git a/client/commonFramework/bindings.js b/client/commonFramework/bindings.js index 18b98fb29e..1a6178c55d 100644 --- a/client/commonFramework/bindings.js +++ b/client/commonFramework/bindings.js @@ -179,7 +179,7 @@ window.common = (function(global) { $('#help-ive-found-a-bug-wiki-article').on('click', function() { window.open( 'https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/' + - "Help-I've-Found-a-Bug", + 'FreeCodeCamp-Report-Bugs', '_blank' ); });