commit: 272319b187f9de1d51cff6d894ba63802d5e20ca
parent 756330311b1d42aae7200c4729f7142a90fe9f0d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 26 Oct 2023 02:44:19 +0200
projects/badwolf/nav: Git repo, update ticket link, vcs-git
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/projects/badwolf.shtml b/projects/badwolf.shtml
@@ -90,8 +90,8 @@
<h3>Code</h3>
<p>The git repositories are using <a href="https://nvie.com/posts/a-successful-git-branching-model/">GitFlow</a> with commits that are clean with descriptive messages. I'll probably ask you to rewrite your commits or rewrite them if they aren't.</p>
<ul>
- <li>You can use <a href="/git/badwolf">/git/badwolf.git</a> and send me an email (<code>git send-email</code> is accepted, <a href="https://git-send-email.io/">here is a tutorial</a>) at <code>contact+badwolf@hacktivis.me</code></li>
- <li>You can use <a href="https://gitlab.com/lanodan/badwolf">the gitlab repository</a> (note: will get cleanly migrated to something else at some point)</li>
+ <li>You can use <a href="/git/badwolf" rel="vcs-git">/git/badwolf.git</a> and send me an email (<code>git send-email</code> is accepted, <a href="https://git-send-email.io/">here is a tutorial</a>) at <code>contact+badwolf@hacktivis.me</code></li>
+ <li>You can use the <a href="https://sr.ht/~lanodan/badwolf">SourceHut mirror</a> as a fallback</li>
<li>You can also use other means, like an actual pull request(sending a link to a repository and a branch) or link to patches</li>
</ul>
diff --git a/projects/badwolf/nav.shtml b/projects/badwolf/nav.shtml
@@ -2,6 +2,7 @@
<a href="/projects/badwolf">Homepage</a>
<a href="/projects/badwolf/fqa" title="Frequently Questioned Answers">FQA!</a>
<a href="/git/badwolf.mdoc/">Documentation</a>
+ <a href="/git/badwolf/" rel="vcs-git">Source Code</a>
+ <a href="https://todo.sr.ht/~lanodan/badwolf">Tickets</a>
<a href="https://repology.org/project/badwolf/versions">Packages</a>
- <a href="gemini://hacktivis.me/tickets/badwolf/">Tickets</a>
</nav>
\ No newline at end of file