Updates link to report bugs
* Updates the link to report a bug to the current one
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
6e14928e80
commit
2fb6221b52
@ -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.
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
@ -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'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user