refactor: Replace .com with .org (#15554)

This commit is contained in:
Berkeley Martinez
2017-06-27 19:54:23 -07:00
committed by Quincy Larson
parent 544f4b5de0
commit 47783cf0eb
42 changed files with 283 additions and 283 deletions

View File

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