From 04e1852ffcc9ee1b6ca356f84e8db7501aba93b1 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 4 May 2024 22:03:02 +0200 Subject: [PATCH] page: update links Signed-off-by: AuxXxilium --- docs/activation.html | 2 +- docs/custom.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/activation.html b/docs/activation.html index d0a139e1..b5132e53 100644 --- a/docs/activation.html +++ b/docs/activation.html @@ -61,7 +61,7 @@
diff --git a/docs/custom.html b/docs/custom.html index cebbbaf3..f86e259f 100644 --- a/docs/custom.html +++ b/docs/custom.html @@ -72,7 +72,7 @@ } function init() { - httpGetAsync("https://raw.githubusercontent.com/AuxXxilium/arc/main/docs/models.json", function (result) { + httpGetAsync("https://raw.githubusercontent.com/AuxXxilium/arc/page/docs/models.json", function (result) { _modules = JSON.parse(result); $("#model").on("change", changeModel); setModels(); @@ -108,7 +108,7 @@ function changeAddons() { var model = $("#model").val(); - httpGetAsync("https://raw.githubusercontent.com/AuxXxilium/arc/main/docs/addons.json", function (result) { + httpGetAsync("https://raw.githubusercontent.com/AuxXxilium/arc/page/docs/addons.json", function (result) { var addons = JSON.parse(result); var selectedAddons = addons[model]; $("#addons")[0].options.length = 0; @@ -152,7 +152,7 @@