diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-21 14:57:57 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-21 14:59:21 -0500 |
| commit | 0b0eeabeb64e281e8675f2ee32ae3fda212a5309 (patch) | |
| tree | 70a5bdaf19600acfd77bbf5cd0ac24436689fa10 /static | |
| parent | 1c179990cf566df2b651b965b7b2793e25a2dfc2 (diff) | |
redirect #copyright-and-licensing
Diffstat (limited to 'static')
| -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/redirect.js | 1 | ||||
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/usage.html | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/static/build.html b/static/build.html index 4a9af0de..c081773c 100644 --- a/static/build.html +++ b/static/build.html @@ -25,7 +25,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?7"></script> + <script type="module" src="/redirect.js?8"></script> </head> <body> <header> diff --git a/static/faq.html b/static/faq.html index df67b8fc..51ebd11a 100644 --- a/static/faq.html +++ b/static/faq.html @@ -25,7 +25,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?7"></script> + <script type="module" src="/redirect.js?8"></script> </head> <body> <header> diff --git a/static/index.html b/static/index.html index 5792786f..f6679a09 100644 --- a/static/index.html +++ b/static/index.html @@ -25,7 +25,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?7"></script> + <script type="module" src="/redirect.js?8"></script> </head> <body> <header> diff --git a/static/redirect.js b/static/redirect.js index 8ef4345d..e11560d1 100644 --- a/static/redirect.js +++ b/static/redirect.js @@ -11,6 +11,7 @@ const redirects = new Map([ ["/#device-support", "/faq#device-support"], ["/#roadmap", "/faq#roadmap"], + ["/#copyright-and-licensing", "/faq#copyright-and-licensing"], ["/usage#default-connections", "/faq#default-connections"], ["/releases#marlin-stable", "/faq#legacy-devices"], ["/releases#sailfish-stable", "/faq#legacy-devices"], diff --git a/static/releases.html b/static/releases.html index 68b566b6..cc309a05 100644 --- a/static/releases.html +++ b/static/releases.html @@ -27,7 +27,7 @@ <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?7"></script> + <script type="module" src="/redirect.js?8"></script> </head> <body> <header> diff --git a/static/usage.html b/static/usage.html index 46db323a..9ca6c89f 100644 --- a/static/usage.html +++ b/static/usage.html @@ -25,7 +25,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?7"></script> + <script type="module" src="/redirect.js?8"></script> </head> <body> <header> |
