diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 19:25:14 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 19:28:19 +0800 |
commit | 0587519d809dd34572e7706cbb8108811a8c6319 (patch) | |
tree | fccc8705ef4e07287ab65638a99d6f2d6382e085 | |
parent | Add link to man pages (diff) | |
download | forge-0587519d809dd34572e7706cbb8108811a8c6319.tar.gz forge-0587519d809dd34572e7706cbb8108811a8c6319.tar.zst forge-0587519d809dd34572e7706cbb8108811a8c6319.zip |
Update URLv0.1.8
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | templates/_footer.tmpl | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ Lindenii Forge aims to be an uncomplicated yet featured software forge, primarily designed for self-hosting by small organizations and individuals. -* [Upstream source repository](https://forge.lindenii.runxiyu.org/lindenii/forge/:/repos/server/) +* [Upstream source repository](https://forge.lindenii.runxiyu.org/forge/:/repos/server/) ([backup](https://git.lindenii.runxiyu.org/forge.git/)) * [Website and documentation](https://lindenii.runxiyu.org/forge/) * [Manual pages](https://forge.lindenii.runxiyu.org/:/man/) @@ -41,13 +41,13 @@ We are currently using the The forge software serves its own source at `/:/source/`. -## Contribute +# Contribute Please submit patches by pushing to `contrib/...` in the official repo. We have several repo mirrors: -* [Official repo on our own instance of Lindenii Forge](https://forge.lindenii.runxiyu.org/lindenii/forge/:/repos/server/) +* [Official repo on our own instance of Lindenii Forge](https://forge.lindenii.runxiyu.org/forge/:/repos/server/) * [The Lindenii Project's backup cgit](https://git.lindenii.runxiyu.org/forge.git/) * [SourceHut](https://git.sr.ht/~runxiyu/forge/) * [Codeberg](https://codeberg.org/lindenii/forge/) diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl index b0d02bd..a0822fb 100644 --- a/templates/_footer.tmpl +++ b/templates/_footer.tmpl @@ -6,6 +6,6 @@ <a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a> {{ .global.forge_version }} (<a href="/:/source/source.tar.gz">source</a>, -<a href="https://forge.lindenii.runxiyu.org/lindenii/forge/:/repos/server/">upstream</a>, +<a href="https://forge.lindenii.runxiyu.org/forge/:/repos/server/">upstream</a>, <a href="/:/source/LICENSE">license</a>) {{- end -}} |