diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 16:17:33 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 16:17:33 -0400 |
| commit | d95a7fe1d5f9efafa544b6e6ac5fedac7a2b7db0 (patch) | |
| tree | 8c3ec27a4001711dde0a6e23570b01e6021df221 /static/releases.html | |
| parent | d183c966c571a2fe48d37bf066ee00d241cb3add (diff) | |
add more header ids for usage in links
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/releases.html b/static/releases.html index 8ee0a46f..09e7c8c0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -33,7 +33,7 @@ </ul> </nav> <div id="content"> - <h1>Releases</h1> + <h1 id="releases">Releases</h1> <p>These releases are available as both tags in the source code repositories and official builds.</p> <p>The factory images are used for the initial installation and can be verified with @@ -62,7 +62,7 @@ <noscript><strong>JavaScript is required to fetch the current list of releases from the update server.</strong></noscript> - <h2>Stable channel</h2> + <h2 id="stable-channel">Stable channel</h2> <div id="crosshatch-stable"> <h3>Pixel 3 XL</h3> @@ -152,7 +152,7 @@ <a>OTA update url loading...</a> </div> - <h2>Changelog</h2> + <h2 id="changelog">Changelog</h2> <p>List of tagged releases. Snapshot releases without tags such as early releases of the project and early device support releases are not listed.</p> |
