summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-12-15 14:04:59 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-12-15 14:04:59 -0500
commit8e9d6df72e6e7832420e263c3b16045c83021ba6 (patch)
tree10f0e4117552b0b0df33c23bffc92701f9eae303
parent9930e604b3426828e1d547e8349ba20e8f1f5cdc (diff)
remove roadmap section from main page
-rw-r--r--static/index.html6
-rw-r--r--static/js/redirect.js1
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"],