From 056a4dd7b20f04a47aa94e0d1c62ae452e84a3fc Mon Sep 17 00:00:00 2001 From: blankie Date: Tue, 9 Jun 2026 01:40:16 +0000 Subject: [PATCH] point repo URLs to Codeberg instead of self-hosted Gitea --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 405dde6..36e3f8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tinyweb-forum -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. +A decentralized link-sharing forum for [TinyWeb](https://codeberg.org/tinyweb/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.derickphan.com/blankie/tinyweb-forum +git clone https://codeberg.org/tinyweb/tinyweb-forum pip install -e . ```