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);