aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-05-07 08:50:14 -0500
committerChristian Cleberg <hello@cleberg.net>2024-05-07 08:50:14 -0500
commita42c81464ecd7559e4f0a90e51f19ba2087b24d6 (patch)
tree2e9e2bda1346f979371b00578c1c15a7924f5c8b /README.md
parentf8391043a2094397d51712e53d0ac89f567dca62 (diff)
downloadcleberg.net-a42c81464ecd7559e4f0a90e51f19ba2087b24d6.tar.gz
cleberg.net-a42c81464ecd7559e4f0a90e51f19ba2087b24d6.tar.bz2
cleberg.net-a42c81464ecd7559e4f0a90e51f19ba2087b24d6.zip
update git links from gitweb to sourcehut
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6f0edcc..7fd1741 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@
[cleberg.net](https://cleberg.net) is my personal webpage.
-This README is viewable on
-[git.cleberg.net](https://git.cleberg.net/?p=cleberg.net.git;a=blob;f=README.org;h=155f4696a09503411730afc422b7fb49acbef8f3;hb=HEAD).
+This README is viewable on [sourcehut](https://git.sr.ht/~cyborg/cleberg.net).
## Overview
@@ -20,7 +19,7 @@ the Zola documentation for further configuration options.
To get running:
```sh
-git clone https://git.cleberg.net/cleberg.net.git && \
+git clone https://git.sr.ht/~cyborg/cleberg.net && \
cd cleberg.net && \
zola build
```