aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-background.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vapi-background.js')
-rw-r--r--js/vapi-background.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/vapi-background.js b/js/vapi-background.js
index 6100c18..1064153 100644
--- a/js/vapi-background.js
+++ b/js/vapi-background.js
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
- Home: https://gitlab.com/vannilla/ematrix
+ Home: https://libregit.org/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
@@ -818,8 +818,8 @@
// The [id=...] notation doesn't work on
// space elements as they get a random ID each session
// (or something like that)
- // https://gitlab.com/vannilla/ematrix/issues/5
- // https://gitlab.com/vannilla/ematrix/issues/6
+ // https://libregit.org/heckyel/ematrix/issues/5
+ // https://libregit.org/heckyel/ematrix/issues/6
// Based on JustOff's snippet from the Pale Moon
// forum. It was reorganized because I find it