diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-11-21 05:14:31 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-11-21 05:15:30 -0500 |
| commit | f9508fd0ed70d546150f049e047c0701c4076b7d (patch) | |
| tree | d67494b2dc0011e9df539d6dd3a6b9ccb29b3694 | |
| parent | 4021ffdfa548b759bac00be62fb91126dc67c662 (diff) | |
avoid redirects in Android doc links
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/features.html | 2 | ||||
| -rw-r--r-- | static/releases.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html index 5b34ab44..7c60022e 100644 --- a/static/build.html +++ b/static/build.html @@ -1089,7 +1089,7 @@ mv android-studio studio</pre> <p>Testing with the Compatibility Test Suite (CTS) can be done by either building the test suite from source or using the official releases.</p> <p>Official releases of the CTS can be downloaded from - <a href="https://source.android.com/compatibility/cts/downloads">the Compatibility + <a href="https://source.android.com/docs/compatibility/cts/downloads">the Compatibility Suite Downloads page</a>. You should download the CTS for the relevant release (Android 12) and architecture (ARM). There's a separate zip for the main CTS, the manual portion (CTS Verifier) and the CTS for Instant Apps. The latest release of the diff --git a/static/features.html b/static/features.html index d131cdf2..e27e97dc 100644 --- a/static/features.html +++ b/static/features.html @@ -381,7 +381,7 @@ <h4><a href="#anti-persistence">Anti-persistence / detection</a></h4> <ul> - <li>Enhanced <a href="https://source.android.com/security/verifiedboot">verified boot</a> + <li>Enhanced <a href="https://source.android.com/docs/security/features/verifiedboot">verified boot</a> with better security properties and reduced attack surface</li> <li>Enhanced hardware-based attestation with more precise version information</li> <li>Hardware-based security verification and monitoring via our diff --git a/static/releases.html b/static/releases.html index f53a1d2d..e27cabb9 100644 --- a/static/releases.html +++ b/static/releases.html @@ -3015,7 +3015,7 @@ <li>Vanadium: update Chromium base to 94.0.4606.80</li> <li>Vanadium: update Chromium base to 94.0.4606.85</li> <li>Vanadium: update Chromium base to 95.0.4638.50</li> - <li>Vanadium: temporarily disable dexpreopt for browser and WebView (but not the library) due to <a href="https://source.android.com/devices/tech/dalvik/art-class-loader-context">lack of support in the Android 12 dexpreopt system</a></li> + <li>Vanadium: temporarily disable dexpreopt for browser and WebView (but not the library) due to <a href="https://source.android.com/docs/core/runtime/art-class-loader-context">lack of support in the Android 12 dexpreopt system</a></li> <li>Seedvault: update to latest revision</li> <li>TalkBack (screen reader): set app label to TalkBack</li> <li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/34">version 34</a></li> |
