diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-05 14:58:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-05 14:58:16 -0400 |
| commit | 8454878d378588386a18a28a5aae970051046ea3 (patch) | |
| tree | 866fd628dd17deeeaf712e7586bdc32d3a9ee227 /static | |
| parent | acc49a449f92bb6a4d345e8c463695445c66013f (diff) | |
add links for reporting issues
Diffstat (limited to 'static')
| -rw-r--r-- | static/contact.html | 6 | ||||
| -rw-r--r-- | static/source.html | 2 |
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> |
