diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-27 15:53:54 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-27 15:53:54 -0400 |
| commit | b3e07c840e15068b525c8a0780953993c6ab777a (patch) | |
| tree | dbee3c0989b6d008ef19b836fe91808f6296cf51 /static/source.html | |
| parent | 6667ddc45a7b99c29b887ca63de06b5bdd63da44 (diff) | |
migrate history page into an index page
Diffstat (limited to 'static/source.html')
| -rw-r--r-- | static/source.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/source.html b/static/source.html index 0f70af59..e6a90da8 100644 --- a/static/source.html +++ b/static/source.html @@ -39,7 +39,7 @@ <li><a href="/faq">FAQ</a></li> <li><a href="/releases">Releases</a></li> <li aria-current="page"><a href="/source">Source</a></li> - <li><a href="/history">History</a></li> + <li><a href="/history/">History</a></li> <li><a href="/articles/">Articles</a></li> <li><a href="/donate">Donate</a></li> <li><a href="/contact">Contact</a></li> @@ -228,8 +228,8 @@ <a href="https://github.com/GrapheneOS-Archive">GrapheneOS Archive</a> organization. This only covers repositories archives after renaming the project to GrapheneOS. Earlier code is mostly not available via GitHub anymore due to - <a href="/#history">the unfortunate events</a> leading to the rename of the - project.</p> + <a href="/history/#history">the unfortunate events</a> leading to the rename of + the project.</p> </section> </main> <footer> |
