use bare absolute paths for internal links

This commit is contained in:
Daniel Micay 2022-05-09 14:25:15 -04:00
parent 8e71d59492
commit 6a1b3041ef

View File

@ -355,7 +355,7 @@
<h3><a href="#updates-sideloading">Sideloading</a></h3> <h3><a href="#updates-sideloading">Sideloading</a></h3>
<p>Updates can be downloaded via <p>Updates can be downloaded via
<a href="https://grapheneos.org/releases">the releases page</a> and installed via recovery <a href="/releases">the releases page</a> and installed via recovery
with adb sideloading. The zip files are signed and verified by recovery, just as they with adb sideloading. The zip files are signed and verified by recovery, just as they
are by the update client within the OS. This includes providing downgrade protection, are by the update client within the OS. This includes providing downgrade protection,
which prevents attempting to downgrade the version. If recovery didn't enforce these which prevents attempting to downgrade the version. If recovery didn't enforce these
@ -1022,11 +1022,11 @@
enforce using Google certified operating systems. However, app developers can use enforce using Google certified operating systems. However, app developers can use
it directly and permit other properly signed operating systems upholding the it directly and permit other properly signed operating systems upholding the
security model. GrapheneOS has a security model. GrapheneOS has a
<a href="https://grapheneos.org/articles/attestation-compatibility-guide"> <a href="/articles/attestation-compatibility-guide">detailed guide</a> for app
detailed guide</a> for app developers on how to support GrapheneOS with the developers on how to support GrapheneOS with the hardware attestation API. Direct
hardware attestation API. Direct use of the hardware attestation API provides much use of the hardware attestation API provides much higher assurance than using
higher assurance than using SafetyNet so these apps have nothing to lose by using a SafetyNet so these apps have nothing to lose by using a more meaningful API and
more meaningful API and supporting a more secure OS.</p> supporting a more secure OS.</p>
</section> </section>
<section id="app-link-verification"> <section id="app-link-verification">