diff --git a/finalize.html b/finalize.html
index da3efaa..eac72cb 100644
--- a/finalize.html
+++ b/finalize.html
@@ -17,12 +17,12 @@
For iOS 14 or later and macOS Big Sur or later
diff --git a/index.html b/index.html
index 9b635e4..c9be081 100644
--- a/index.html
+++ b/index.html
@@ -19,12 +19,12 @@
For iOS 14 or later and macOS Big Sur or later
diff --git a/js/listPage.js b/js/listPage.js
index 458abdc..fb41cdd 100644
--- a/js/listPage.js
+++ b/js/listPage.js
@@ -19,5 +19,5 @@ function createCookie (provName, doh, dns1v4, dns2v4, dns1v6, dns2v6, serverUrl)
document.cookie = "dns2v6=" + dns2v6 + ";" + expires + ";path=/; SameSite=Strict; Secure";
document.cookie = "serverUrl=" + serverUrl + ";" + expires + ";path=/; SameSite=Strict; Secure";
- window.location.href = "/tool.html"
+ window.location.href = "tool.html"
}
\ No newline at end of file
diff --git a/js/tool.js b/js/tool.js
index 2e7ba96..ed893a8 100644
--- a/js/tool.js
+++ b/js/tool.js
@@ -38,7 +38,7 @@ function addToList() {
runningNo = runningNo + 1;
document.cookie = "runningNo=" + runningNo + ";" + expires + ";path=/; SameSite=Strict; Secure";
- window.location.href = "/finalize.html";
+ window.location.href = "finalize.html";
}
function switchToHTTPS() {
diff --git a/legal.html b/legal.html
index 341311d..cde47f0 100644
--- a/legal.html
+++ b/legal.html
@@ -12,12 +12,12 @@
For iOS 14 or later and macOS Big Sur or later
diff --git a/premades.html b/premades.html
index 9aec5cf..fabbdea 100644
--- a/premades.html
+++ b/premades.html
@@ -13,12 +13,12 @@
For iOS 14 or later and macOS Big Sur or later
diff --git a/tool.html b/tool.html
index 7b213e2..ad61880 100644
--- a/tool.html
+++ b/tool.html
@@ -17,12 +17,12 @@
For iOS 14 or later and macOS Big Sur or later