diff options
| -rw-r--r-- | static/index.html | 6 | ||||
| -rw-r--r-- | static/js/redirect.js | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/static/index.html b/static/index.html index 7089fe54..da0f26da 100644 --- a/static/index.html +++ b/static/index.html @@ -140,12 +140,6 @@ our changes into core infrastructure projects.</p> </section> - <section id="roadmap"> - <h2><a href="#roadmap">Roadmap</a></h2> - - <p>See <a href="/faq#roadmap">the FAQ section on the roadmap</a>.</p> - </section> - <section id="device-support"> <h2><a href="/faq#device-support">Device support</a></h2> diff --git a/static/js/redirect.js b/static/js/redirect.js index f42b79cc..de481d9b 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -10,6 +10,7 @@ const redirects = new Map([ ["/#copyright-and-licensing", "/faq#copyright-and-licensing"], + ["/#roadmap", "/faq#roadmap"], ["/usage#default-connections", "/faq#default-connections"], ["/faq#dns", "/faq#custom-dns"], ["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"], |
