Updates link to report bugs

* Updates the link to report a bug to the current one
This commit is contained in:
Rafael J. Rodriguez
2016-05-17 01:36:52 -04:00
committed by Mrugesh Mohapatra
parent 6e14928e80
commit 2fb6221b52
3 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ You should have [ESLint running in your editor](http://eslint.org/docs/user-guid
## Found a bug? ## Found a bug?
Do not file an issue until you have followed these steps: 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) 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. 3. Please *do not* open an issue without a 3rd party confirmation of your problem.

View File

@ -55,7 +55,7 @@ Found a bug?
Do not file an issue until you have followed these steps: 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). 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. 3. Please *do not* open an issue without a 3rd party confirmation of your problem.

View File

@ -179,7 +179,7 @@ window.common = (function(global) {
$('#help-ive-found-a-bug-wiki-article').on('click', function() { $('#help-ive-found-a-bug-wiki-article').on('click', function() {
window.open( window.open(
'https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/' + 'https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/' +
"Help-I've-Found-a-Bug", 'FreeCodeCamp-Report-Bugs',
'_blank' '_blank'
); );
}); });