aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7fd1741..5e03164 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
[cleberg.net](https://cleberg.net) is my personal webpage.
-This README is viewable on [sourcehut](https://git.sr.ht/~cyborg/cleberg.net).
-
## Overview
This website & blog uses [Markdown](https://spec.commonmark.org/current/),
@@ -19,7 +17,7 @@ the Zola documentation for further configuration options.
To get running:
```sh
-git clone https://git.sr.ht/~cyborg/cleberg.net && \
+git clone https://github.com/ccleberg/cleberg.net && \
cd cleberg.net && \
zola build
```