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

@@ -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'
);
});