diff options
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/faq.html | 2 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/js/redirect.js (renamed from static/redirect.js) | 0 | ||||
| -rw-r--r-- | static/js/releases.js (renamed from static/releases.js) | 0 | ||||
| -rw-r--r-- | static/releases.html | 4 | ||||
| -rw-r--r-- | static/usage.html | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/static/build.html b/static/build.html index 432ae517..75f9ccb7 100644 --- a/static/build.html +++ b/static/build.html @@ -26,7 +26,7 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/build"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?8"></script> </head> <body> <header> diff --git a/static/faq.html b/static/faq.html index 8aa25048..ab1b8b9d 100644 --- a/static/faq.html +++ b/static/faq.html @@ -26,7 +26,7 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/faq"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?8"></script> </head> <body> <header> diff --git a/static/index.html b/static/index.html index 18588032..6ca17fc1 100644 --- a/static/index.html +++ b/static/index.html @@ -26,7 +26,7 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?8"></script> </head> <body> <header> diff --git a/static/redirect.js b/static/js/redirect.js index e11560d1..e11560d1 100644 --- a/static/redirect.js +++ b/static/js/redirect.js diff --git a/static/releases.js b/static/js/releases.js index 53b782d1..53b782d1 100644 --- a/static/releases.js +++ b/static/js/releases.js diff --git a/static/releases.html b/static/releases.html index 2a8f7fec..0773f8d7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -27,8 +27,8 @@ <link rel="canonical" href="https://grapheneos.org/releases"/> <link rel="alternate" type="application/atom+xml" href="/releases.atom"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/releases.js?13"></script> - <script type="module" src="/redirect.js?8"></script> + <script type="module" src="/js/releases.js?13"></script> + <script type="module" src="/js/redirect.js?8"></script> </head> <body> <header> diff --git a/static/usage.html b/static/usage.html index 9c71d67e..fdccc98c 100644 --- a/static/usage.html +++ b/static/usage.html @@ -26,7 +26,7 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/usage"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?8"></script> </head> <body> <header> |
