diff --git a/4chan_x.user.js b/4chan_x.user.js index 456ed5db7..e38e3a301 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -26,7 +26,7 @@ * * Copyright (c) 2009-2011 James Campos * Copyright (c) 2012-2013 Nicolas Stepien - * http://mayhemydg.github.com/4chan-x/ + * http://mayhemydg.github.io/4chan-x/ * 4chan X 2.39.2 * * Permission is hereby granted, free of charge, to any person @@ -2722,9 +2722,9 @@ className: 'reply dialog', innerHTML: '
\ \
\ \ @@ -5766,7 +5766,7 @@ } catch (_error) { err = _error; if (notify) { - alert("4chan X (" + Main.version + ") error: " + err.message + "\nReport the bug at mayhemydg.github.com/4chan-x/#bug-report\n\nURL: " + window.location + "\n" + err.stack); + alert("4chan X (" + Main.version + ") error: " + err.message + "\nReport the bug at mayhemydg.github.io/4chan-x/#bug-report\n\nURL: " + window.location + "\n" + err.stack); } } } diff --git a/Cakefile b/Cakefile index 94ad020ee..29db36039 100644 --- a/Cakefile +++ b/Cakefile @@ -33,7 +33,7 @@ HEADER = """ * * Copyright (c) 2009-2011 James Campos * Copyright (c) 2012-2013 Nicolas Stepien - * http://mayhemydg.github.com/4chan-x/ + * http://mayhemydg.github.io/4chan-x/ * 4chan X #{VERSION} * * Permission is hereby granted, free of charge, to any person diff --git a/readme.md b/readme.md index c6012445a..9080a7307 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Get 4chan X [HERE](http://mayhemydg.github.com/4chan-x/). +# Get 4chan X [HERE](http://mayhemydg.github.io/4chan-x/). # Building diff --git a/script.coffee b/script.coffee index 225c70bbc..3306f9a97 100644 --- a/script.coffee +++ b/script.coffee @@ -2170,9 +2170,9 @@ Options = className: 'reply dialog' innerHTML: '
@@ -4699,7 +4699,7 @@ Main = try callback node for node in nodes catch err - alert "4chan X (#{Main.version}) error: #{err.message}\nReport the bug at mayhemydg.github.com/4chan-x/#bug-report\n\nURL: #{window.location}\n#{err.stack}" if notify + alert "4chan X (#{Main.version}) error: #{err.message}\nReport the bug at mayhemydg.github.io/4chan-x/#bug-report\n\nURL: #{window.location}\n#{err.stack}" if notify return observer: (mutations) -> nodes = []