redirect #copyright-and-licensing

This commit is contained in:
Daniel Micay 2020-12-21 14:57:57 -05:00
parent 1c179990cf
commit 0b0eeabeb6
6 changed files with 6 additions and 5 deletions

View File

@ -25,7 +25,7 @@
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/build"/> <link rel="canonical" href="https://grapheneos.org/build"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?7"></script> <script type="module" src="/redirect.js?8"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -25,7 +25,7 @@
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/faq"/> <link rel="canonical" href="https://grapheneos.org/faq"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?7"></script> <script type="module" src="/redirect.js?8"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -25,7 +25,7 @@
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/"/> <link rel="canonical" href="https://grapheneos.org/"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?7"></script> <script type="module" src="/redirect.js?8"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -11,6 +11,7 @@
const redirects = new Map([ const redirects = new Map([
["/#device-support", "/faq#device-support"], ["/#device-support", "/faq#device-support"],
["/#roadmap", "/faq#roadmap"], ["/#roadmap", "/faq#roadmap"],
["/#copyright-and-licensing", "/faq#copyright-and-licensing"],
["/usage#default-connections", "/faq#default-connections"], ["/usage#default-connections", "/faq#default-connections"],
["/releases#marlin-stable", "/faq#legacy-devices"], ["/releases#marlin-stable", "/faq#legacy-devices"],
["/releases#sailfish-stable", "/faq#legacy-devices"], ["/releases#sailfish-stable", "/faq#legacy-devices"],

View File

@ -27,7 +27,7 @@
<link rel="alternate" type="application/atom+xml" href="/releases.atom"/> <link rel="alternate" type="application/atom+xml" href="/releases.atom"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/releases.js?13"></script> <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> </head>
<body> <body>
<header> <header>

View File

@ -25,7 +25,7 @@
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/usage"/> <link rel="canonical" href="https://grapheneos.org/usage"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?7"></script> <script type="module" src="/redirect.js?8"></script>
</head> </head>
<body> <body>
<header> <header>