From f2dc195576da809cfe134238ae8ad20da5142ea5 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 10 Dec 2023 13:48:51 -0500 Subject: [PATCH] Fix URLs for EasyDutch --- assets/assets.dev.json | 6 +++--- assets/assets.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/assets.dev.json b/assets/assets.dev.json index 7680e5dd7..129cc7555 100644 --- a/assets/assets.dev.json +++ b/assets/assets.dev.json @@ -754,9 +754,9 @@ "lang": "af fy nl", "contentURL": "https://easydutch-ubo.github.io/EasyDutch/EasyDutch.txt", "cdnURLs": [ - "https://easydutchcdn.pages.dev/EasyDutch.all.txt", - "https://cdn.jsdelivr.net/gh/EasyDutch-uBO/EasyDutchCDN@main/EasyDutch.all.txt", - "https://cdn.statically.io/gh/EasyDutch-uBO/EasyDutchCDN/main/EasyDutch.all.txt" + "https://easydutch-ubo.github.io/EasyDutch/EasyDutch.all.txt", + "https://cdn.jsdelivr.net/gh/EasyDutch-uBO/EasyDutch@gh-pages/EasyDutch.all.txt", + "https://cdn.statically.io/gh/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.all.txt" ], "supportURL": "https://github.com/EasyDutch-uBO/EasyDutch/" }, diff --git a/assets/assets.json b/assets/assets.json index 4d9d2b294..777331426 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -755,9 +755,9 @@ "lang": "af fy nl", "contentURL": "https://easydutch-ubo.github.io/EasyDutch/EasyDutch.txt", "cdnURLs": [ - "https://easydutchcdn.pages.dev/EasyDutch.all.txt", - "https://cdn.jsdelivr.net/gh/EasyDutch-uBO/EasyDutchCDN@main/EasyDutch.all.txt", - "https://cdn.statically.io/gh/EasyDutch-uBO/EasyDutchCDN/main/EasyDutch.all.txt" + "https://easydutch-ubo.github.io/EasyDutch/EasyDutch.all.txt", + "https://cdn.jsdelivr.net/gh/EasyDutch-uBO/EasyDutch@gh-pages/EasyDutch.all.txt", + "https://cdn.statically.io/gh/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.all.txt" ], "supportURL": "https://github.com/EasyDutch-uBO/EasyDutch/" },