From 5f76906794cec12e143655bf27fd0a147de98de6 Mon Sep 17 00:00:00 2001 From: gablaxy <32848524+gablaxy@users.noreply.github.com> Date: Wed, 19 Apr 2023 11:46:30 +0200 Subject: [PATCH] Update webring.js --- webring.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webring.js b/webring.js index 56d5c8d..341badc 100644 --- a/webring.js +++ b/webring.js @@ -1,4 +1,4 @@ -const JSON_WEBRING = "https://gablaxy.github.io/webring.json"; +const JSON_WEBRING = "https://raw.githubusercontent.com/gablaxy/webring/main/webring.json"; const template = document.createElement("template"); template.innerHTML = ` @@ -66,4 +66,4 @@ class Webring extends HTMLElement { } } -window.customElements.define("webring-iutechno", Webring); \ No newline at end of file +window.customElements.define("webring-iutechno", Webring);