diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-12-20 18:18:22 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-20 18:18:22 -0500 |
| commit | 716f14861cc59ce527bff5dfd94786d10c4cc784 (patch) | |
| tree | 9824c037e05c1e59d1662ba6613a9596eca48f49 /static/source.html | |
| parent | 8f137a2ab659b5ccead9cde9461bffa97bdfe85a (diff) | |
reword service source code descriptions
Diffstat (limited to 'static/source.html')
| -rw-r--r-- | static/source.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/source.html b/static/source.html index 243a1afa..6ea96b25 100644 --- a/static/source.html +++ b/static/source.html @@ -215,13 +215,13 @@ <h2><a href="#services">Services</a></h2> <ul> - <li><a href="https://github.com/GrapheneOS/infrastructure">infrastructure</a>: Shared server infrastructure</li> + <li><a href="https://github.com/GrapheneOS/infrastructure">infrastructure</a>: Shared service infrastructure</li> <li><a href="https://github.com/GrapheneOS/AttestationServer">AttestationServer</a>: attestation.app remote attestation service</li> <li><a href="https://github.com/GrapheneOS/grapheneos.org">grapheneos.org</a>: Main website</li> - <li><a href="https://github.com/GrapheneOS/releases.grapheneos.org">releases.grapheneos.org</a>: Update server and app repository</li> - <li><a href="https://github.com/GrapheneOS/grapheneos.network">grapheneos.network</a>: Connectivity check / time server</li> - <li><a href="https://github.com/GrapheneOS/mail.grapheneos.org">mail.grapheneos.org</a>: Mail server</li> - <li><a href="https://github.com/GrapheneOS/ns1.grapheneos.org">ns1.grapheneos.org</a>: DNS server</li> + <li><a href="https://github.com/GrapheneOS/releases.grapheneos.org">releases.grapheneos.org</a>: OS update service and app repository</li> + <li><a href="https://github.com/GrapheneOS/grapheneos.network">grapheneos.network</a>: Connectivity check / time service</li> + <li><a href="https://github.com/GrapheneOS/mail.grapheneos.org">mail.grapheneos.org</a>: Mail service</li> + <li><a href="https://github.com/GrapheneOS/ns1.grapheneos.org">ns1.grapheneos.org</a>: DNS service</li> </ul> </section> |
