aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-28 18:09:00 +0100
committerPS <p@0x53.net>2026-02-28 18:09:00 +0100
commitc4c767808609fe00cb7efadbd820a8fd8606a274 (patch)
tree634546641e19cef4b790e19da71bec52caf3e827
parent6b69ffe7e3807da92a083e545e207dd7df3e069a (diff)
downloadgoetia-base-master.tar.gz
goetia-base-master.tar.bz2
goetia-base-master.zip
doc: fix linksHEADmaster
-rw-r--r--doc/index.html17
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index fe07e2b..38ceec4 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -43,6 +43,15 @@
A POSIX-compliant implementation of make, or GNU make
</li>
<li>
+ <a href="https://skarnet.org/software/execline/">execline</a>
+ </li>
+ <li>
+ <a href="https://skarnet.org/software/s6/">s6</a>
+ </li>
+ <li>
+ <a href="https://skarnet.org/software/s6-rc/">s6-rc</a>
+ </li>
+ <li>
Additional per-service dependencies,
e.g. the daemon itself the service corresponds to,
are listed on the respective page of the service.
@@ -55,17 +64,15 @@
</p>
<h3>Download</h3>
<ul>
- <!--
<li>
The current released version of goetia-base is
- <a href="./goetia-base-0.0.1.0.tar.gz">0.0.1.0</a>.
+ <a href="//0x53.net/software/goetia/goetia-base/goetia-base-0.3.0.0.tar.gz">0.3.0.0</a>.
You can access its checksum
- <a href="./goetia-base-0.0.1.0.tar.gz.sha256">here</a>.
+ <a href="//0x53.net/software/goetia/goetia-base/goetia-base-0.3.0.0.tar.gz.sha256">here</a>.
</li>
- -->
<li>
Alternatively, you can checkout a copy of the
- <a href="https://git.0x53.net/goetia-base">goetia-base git repository</a>:
+ <a href="//git.0x53.net/goetia-base">goetia-base git repository</a>:
<pre>git clone git://git.0x53.net/goetia-base</pre>
</li>
</ul>