diff options
author | Adam Stück <adam@adast.dk> | 2023-12-15 16:23:29 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-12-15 16:23:29 +0100 |
commit | 45ead2874e788de791c3ed3fcbbebc94f23af778 (patch) | |
tree | 3271c7836ae1d1c67b35603b2fdbd113b0199b41 /build | |
parent | 57abab7d0c27161e909d07498c86012c82db246e (diff) |
fix: link to sourcehut account
Diffstat (limited to 'build')
-rw-r--r-- | build/atom.xml | 2 | ||||
-rw-r--r-- | build/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/atom.xml b/build/atom.xml index 3ae5863..253060a 100644 --- a/build/atom.xml +++ b/build/atom.xml @@ -2,7 +2,7 @@ <feed xmlns="http://www.w3.org/2005/Atom"> <title>Adam Stück's blog</title> <link href="https://adast.dk/atom.xml" rel="self" /> - <updated>2023-12-15T11:58:18Z</updated> + <updated>2023-12-15T16:22:25Z</updated> <author> <name>Adam Stück</name> </author> diff --git a/build/index.html b/build/index.html index 0cac416..01e4a61 100644 --- a/build/index.html +++ b/build/index.html @@ -20,7 +20,7 @@ minimal design. This small piece of the internet stores a growing collection of my personal <a href="https://bt.ht/dump">brain dumps</a>.</p> <table> <tr><th>Service</th><th>Description</th><th>Link</th></tr> -<tr><td>sourcehut</td><td>Code</td><td><a href="#">~adamski</a></td></tr> +<tr><td>sourcehut</td><td>Code</td><td><a href="https://sr.ht/~adamski">~adamski</a></td></tr> <tr><td>peertube</td><td>Videos, streams</td><td><a href="https://tv.adast.dk/a/adam">tv.adast.dk</a></td></tr> </table> <h2>Articles</h2> |