summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/contact.html6
-rw-r--r--static/source.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/static/contact.html b/static/contact.html
index 749b579c..c083c687 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -43,6 +43,12 @@
<a href="https://reddit.com/r/GrapheneOS">/r/GrapheneOS subreddit</a> on Reddit.</p>
<p>The main IRC channel is #grapheneos on irc.freenode.net. The #grapheneos channel on
irc.oftc.net is an alternate channel acting as a backup for when freenode is down.</p>
+ <h2>Reporting issues</h2>
+ <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/issues">grapheneos.org issue tracker</a></li>
+ <li><a href="https://github.com/GrapheneOS/seamlessupdate.app/issues">Update server (seamlessupdate.app) issue tracker</a></li>
+ </ul>
</div>
<footer>
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a>
diff --git a/static/source.html b/static/source.html
index c51707c6..3c7f2e88 100644
--- a/static/source.html
+++ b/static/source.html
@@ -30,7 +30,7 @@
<div id="content">
<h1>Source</h1>
<ul>
- <li><a href="https://github.com/GrapheneOS/os_issue_tracker">OS issue tracker</a></li>
+ <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/seamlessupdate.app">Update server repository and issue tracker</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>