drop stub redirects until they're actually removed
This commit is contained in:
parent
f537e0ac92
commit
dbe7d2d936
@ -9,12 +9,7 @@
|
|||||||
// https://www.w3.org/Protocols/HTTP/Fragment/draft-bos-http-redirect-00.txt
|
// https://www.w3.org/Protocols/HTTP/Fragment/draft-bos-http-redirect-00.txt
|
||||||
|
|
||||||
const redirects = new Map([
|
const redirects = new Map([
|
||||||
["/#never-google-services", "/faq#google-services"],
|
|
||||||
["/#device-support", "/faq#device-support"],
|
|
||||||
["/#roadmap", "/faq#roadmap"],
|
|
||||||
["/#upstream", "/faq#upstream"],
|
|
||||||
["/#copyright-and-licensing", "/faq#copyright-and-licensing"],
|
["/#copyright-and-licensing", "/faq#copyright-and-licensing"],
|
||||||
["/#history", "/history/#history"],
|
|
||||||
["/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"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user