remove no longer relevant fragment redirect

This commit is contained in:
Daniel Micay 2021-07-04 08:29:31 -04:00
parent 30cd4cb224
commit 226abe64fb
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
<link rel="stylesheet" href="/main.css"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/js/redirect.js"></script>
</head>
<body>
<header>

View File

@ -21,7 +21,6 @@ const redirects = new Map([
["/releases#marlin-beta", "/faq#legacy-devices"],
["/releases#sailfish-beta", "/faq#legacy-devices"],
["/faq#dns", "/faq#custom-dns"],
["/build#upgrading-to-android-10", "/build#generating-release-signing-keys"],
["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"],
["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"],