diff options
Diffstat (limited to 'projects/gerbolyze/index.html')
-rw-r--r-- | projects/gerbolyze/index.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/projects/gerbolyze/index.html b/projects/gerbolyze/index.html index d17382c..6090587 100644 --- a/projects/gerbolyze/index.html +++ b/projects/gerbolyze/index.html @@ -30,6 +30,12 @@ </header> <main> + <div class="links"> + <a href="https://git.jaseg.de/gerbolyze.git">Sources</a> + <a href="https://github.com/jaseg/gerbolyze/issues">Issues</a> + <a href="https://gerbolyze.gitlab.io/gerbolyze">Docs</a> + <a href="https://pypi.org/project/gerbolyze">PyPI</a> + </div> <div class="document"> @@ -626,8 +632,8 @@ avoid that so the default license is still AGPL.</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> |