diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-24 10:47:09 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-24 11:27:08 -0500 |
| commit | 4ff446e2d41515eaee5e89870e7b6fa85949033c (patch) | |
| tree | 5fa6b3d0c8b44533e27b80c9337315cdb2bd5696 /static/index.html | |
| parent | 5be9bc4f82ac3281267f9d9d500e0591e031e674 (diff) | |
create an install directory with an index page
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index f8632226..c5ed6d91 100644 --- a/static/index.html +++ b/static/index.html @@ -34,7 +34,7 @@ <ul> <li aria-current="page"><a href="/">GrapheneOS</a></li> <li><a href="/features">Features</a></li> - <li><a href="/install">Install</a></li> + <li><a href="/install/">Install</a></li> <li><a href="/build">Build</a></li> <li><a href="/usage">Usage</a></li> <li><a href="/faq">FAQ</a></li> @@ -79,7 +79,7 @@ Project.</p> <p>Official releases are available on the <a href="/releases">releases page</a> and - installation instructions are on the <a href="/install">install page</a>.</p> + installation instructions are on the <a href="/install/">install page</a>.</p> <section id="never-google-services"> <h2><a href="#never-google-services">No Google apps or services</a></h2> |
