diff --git a/README.md b/README.md index 7c02df3..405dde6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tinyweb-forum -A decentralized link-sharing forum for [TinyWeb](https://git.example.com/user/tinyweb). Share URLs and discuss them with other TinyWeb instances over the Reticulum mesh. No accounts, no sign-up, no central server. +A decentralized link-sharing forum for [TinyWeb](https://git.derickphan.com/blankie/tinyweb). Share URLs and discuss them with other TinyWeb instances over the Reticulum mesh. No accounts, no sign-up, no central server. ## Install @@ -13,7 +13,7 @@ Enable the forum in TinyWeb's customize page (`/style`). ## Development ```bash -git clone https://git.example.com/user/tinyweb-forum +git clone https://git.derickphan.com/blankie/tinyweb-forum pip install -e . ```