M README.md => README.md +4 -4
@@ 5,16 5,16 @@ This is a gemini frontend for SimplyNews.
## How to install/use
### Clone simplynews_sites repository and install it
```sh
-git clone https://git.sr.ht/~metalune/simplynews_sites
-cd simplynews_sites
+git clone https://codeberg.org/SimpleWeb/SimplyNews-Sites
+cd SimplyNews-Sites
sudo python3 setup.py install
cd ..
```
### Clone the repository
```sh
-git clone https://git.sr.ht/~metalune/simplynews_web
-cd simplynews_web
+git clone https://codeberg.org/SimpleWeb/SimplyNews-Gemini
+cd SimplyNews-Gemini
```
## Set up the system service
M main.py => main.py +1 -1
@@ 59,7 59,7 @@ def index(request):
"SimplyNews is part of the Simple Web project",
"Do you have problems? Do you want a site to be added? Message os on our IRC (#simple-web on irc.libera.chat)"
"",
- "=> https://git.sr.ht/~metalune/simplynews_gemini Source Code for this Website"
+ "=> https://codeberg.org/SimpleWeb/SimplyNews-Gemini Source Code for this Capsule"
]
body = "\n".join(lines)