aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/storage.js
diff options
context:
space:
mode:
authorYFdyh000 <yfdyh000@gmail.com>2015-04-07 09:26:05 +0800
committerYFdyh000 <yfdyh000@gmail.com>2015-04-07 09:46:26 +0800
commit6e77ec33ffd48678192f7eb1723b09b88a58faec (patch)
tree581f26dd454fd5dc987621d6be1689c605357e97 /src/js/storage.js
parent353ce96c26b520e3f69c49b72e60786813fd528e (diff)
downloaduBlock-6e77ec33ffd48678192f7eb1723b09b88a58faec.zip
uBlock-6e77ec33ffd48678192f7eb1723b09b88a58faec.tar.gz
uBlock-6e77ec33ffd48678192f7eb1723b09b88a58faec.tar.bz2
Correct issue links
Diffstat (limited to 'src/js/storage.js')
-rw-r--r--src/js/storage.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/js/storage.js b/src/js/storage.js
index 66ec143..dd70d4d 100644
--- a/src/js/storage.js
+++ b/src/js/storage.js
@@ -154,7 +154,7 @@
if ( details.error ) {
return;
}
- // https://github.com/gorhill/uBlock/issues/976
+ // https://github.com/chrisaljoudi/uBlock/issues/976
// If we reached this point, the filter quite probably needs to be
// added for sure: do not try to be too smart, trying to avoid
// duplicates at this point may lead to more issues.
@@ -171,7 +171,7 @@
var relocationMap = {};
var fixLocation = function(location) {
- // https://github.com/gorhill/uBlock/issues/418
+ // https://github.com/chrisaljoudi/uBlock/issues/418
// We now support built-in external filter lists
if ( /^https?:/.test(location) === false ) {
location = 'assets/thirdparties/' + location;
@@ -208,7 +208,7 @@
}
// This may happen if the list name was pulled from the list
// content.
- // https://github.com/gorhill/uBlock/issues/982
+ // https://github.com/chrisaljoudi/uBlock/issues/982
// There is no guarantee the title was successfully extracted from
// the list content.
if ( availableEntry.title === '' &&