summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-07-02 21:48:22 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-07-02 21:48:50 -0400
commita120a70ca1af84bfd70ccf26e811b54587c285c8 (patch)
treeeeb3d0963203d85913cb98e99e886b5469b6a8c4
parentc96b0943c04cb908112a6ce3e656f52cffbafd1c (diff)
source page isn't for issue tracker links
-rw-r--r--static/source.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/static/source.html b/static/source.html
index a92117cb..91836dd9 100644
--- a/static/source.html
+++ b/static/source.html
@@ -3,14 +3,14 @@
<head>
<meta charset="utf-8"/>
<title>Source | GrapheneOS</title>
- <meta name="description" content="Source code and issue trackers for GrapheneOS."/>
+ <meta name="description" content="Source code for GrapheneOS."/>
<meta name="theme-color" content="#212121"/>
<meta name="msapplication-TileColor" content="#ffffff"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="twitter:site" content="@GrapheneOS"/>
<meta name="twitter:creator" content="@GrapheneOS"/>
<meta property="og:title" content="GrapheneOS source"/>
- <meta property="og:description" content="Source code and issue trackers for GrapheneOS."/>
+ <meta property="og:description" content="Source code for GrapheneOS."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://grapheneos.org/opengraph.png"/>
<meta property="og:image:width" content="512"/>
@@ -42,9 +42,8 @@
<a href="#source">Source</a>
</h1>
<ul>
- <li><a href="https://github.com/GrapheneOS/os_issue_tracker/issues">OS issue tracker</a></li>
- <li><a href="https://github.com/GrapheneOS/grapheneos.org">Website repository and issue tracker</a></li>
- <li><a href="https://github.com/GrapheneOS/releases.grapheneos.org">Update server repository and issue tracker</a></li>
+ <li><a href="https://github.com/GrapheneOS/grapheneos.org">Website repository</a></li>
+ <li><a href="https://github.com/GrapheneOS/releases.grapheneos.org">Update server repository</a></li>
<li><a href="https://github.com/GrapheneOS/tls_pinning">Utilities for setting up conservative non-leaf TLS pinning with backup pins</a></li>
<li><a href="https://github.com/GrapheneOS/branding_tools">Scripting for managing branding</a></li>
<li><a href="https://github.com/GrapheneOS/platform_manifest">Manifest for OS repositories</a></li>