replace remaining links to GitHub wiki with forum links

This commit is contained in:
Quincy Larson
2017-06-10 00:24:55 -05:00
parent 0795bfb3a8
commit be66f2b3b9
11 changed files with 164 additions and 165 deletions

View File

@@ -191,8 +191,7 @@ window.common = (function(global) {
$('#help-ive-found-a-bug-wiki-article').on('click', function() {
window.open(
'https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/' +
'FreeCodeCamp-Report-Bugs',
'https://forum.freecodecamp.com/t/how-to-report-a-bug/19543',
'_blank'
);
});