summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-12-15 14:13:13 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-12-15 14:13:13 -0500
commit44910799515ea1e48bed57284dce9d2bda10e020 (patch)
tree35ad99cdc7c731e44f79f546b3ddcb0891db9a39 /static
parent21355702c0e7479c322108a3efd9c23bee136aff (diff)
remove upstream section from the main page
Diffstat (limited to 'static')
-rw-r--r--static/index.html13
-rw-r--r--static/js/redirect.js1
2 files changed, 5 insertions, 9 deletions
diff --git a/static/index.html b/static/index.html
index 92e0865d..71fb3ff3 100644
--- a/static/index.html
+++ b/static/index.html
@@ -97,7 +97,10 @@
<p>The <a href="/features">features page</a> provides an overview of the
substantial privacy and security improvements added by GrapheneOS to the
- Android Open Source Project.</p>
+ Android Open Source Project (AOSP). Many of our past features were <a
+ href="/faq#upstream">contributed to AOSP, Linux and other projects to improve
+ privacy and security for billions of users</a> so they're no longer listed on
+ our features page.</p>
<p>Official releases are available on the <a href="/releases">releases
page</a> and installation instructions are on the <a href="/install/">install
@@ -125,14 +128,6 @@
and Google apps.</p>
</section>
- <section id="upstream">
- <h2><a href="#upstream">Upstream contributions</a></h2>
-
- <p>See <a href="/faq#upstream">the FAQ section on our upstream work</a>
- improving privacy and security for billions of users by getting a subset of
- our changes into core infrastructure projects.</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 ac5f3bd2..d756ca59 100644
--- a/static/js/redirect.js
+++ b/static/js/redirect.js
@@ -13,6 +13,7 @@ const redirects = new Map([
["/#copyright-and-licensing", "/faq#copyright-and-licensing"],
["/#history", "/history"],
["/#roadmap", "/faq#roadmap"],
+ ["/#upstream", "/faq#upstream"],
["/usage#default-connections", "/faq#default-connections"],
["/faq#dns", "/faq#custom-dns"],