diff options
Diffstat (limited to 'projects/gerbonara')
-rw-r--r-- | projects/gerbonara/index.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/projects/gerbonara/index.html b/projects/gerbonara/index.html index 65ec965..3812802 100644 --- a/projects/gerbonara/index.html +++ b/projects/gerbonara/index.html @@ -30,6 +30,12 @@ </header> <main> + <div class="links"> + <a href="https://git.jaseg.de/gerbonara.git">Sources</a> + <a href="https://gitlab.com/gerbolyze/gerbonara/issues">Issues</a> + <a href="https://gerbolyze.gitlab.io/gerbonara">Docs</a> + <a href="https://pypi.org/project/gerbonara">PyPI</a> + </div> <div class="document"> @@ -141,8 +147,8 @@ some non-standard naming convention.</p> </div> </main><footer> Copyright © 2023 Jan Sebastian Götte - / <a href="http://jaseg.de/about/">About</a> - / <a href="http://jaseg.de/imprint/">Imprint</a> + / <a href="/about/">About</a> + / <a href="/imprint/">Imprint</a> </footer> </body> </html> |