diff options
Diffstat (limited to 'about-customize.html')
-rw-r--r-- | about-customize.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/about-customize.html b/about-customize.html index 7682c1b..d9b982a 100644 --- a/about-customize.html +++ b/about-customize.html @@ -53,10 +53,11 @@ <input type="checkbox" id="nav-hamburger-input"/> <label for="nav-hamburger-input">|||</label> <div id="nav-hamburger-items" class="button"> - <a href="index.html">Home</a> - <a href="about.html">About</a> - <a href="http://git.maneage.org/project.git/">Git</a> - <a href="tutorial.html">Tutorial</a> + <a href="index.html">Home</a> + <a href="https://gitlab.com/maneage/project/-/blob/maneage/README-hacking.md#customization-checklist">Quick start</a> + <a href="about.html">About</a> + <a href="http://git.maneage.org/project.git/">Git</a> + <a href="tutorial.html">Tutorial</a> </div> </nav> </header> |