From 6db3f3c612eb117d5dd7f7b7cc01d45b5b32091a Mon Sep 17 00:00:00 2001 From: LoaD Accumulator Date: Tue, 5 Sep 2023 22:25:39 +0200 Subject: [PATCH] [MOD] Make the README(Markdown) file reflect the current situation. Signed-off-by: LoaD Accumulator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 496e04a..b54e321 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ **Telodendria** is an open source Matrix homeserver implementation written from scratch in ANSI C and designed to be lightweight and simple, yet functional. -**Important:** This project is not developed on GitHub, or even with Git. As such, GitHub Pull Requests are not accepted. But that doesn't mean we don't want your contribution! You're more than welcome to clone this repo and use Git to make changes to the project if you'd prefer it to CVS, but when it comes time to actually submit your changes to this project, use [git format-patch](https://git-scm.com/docs/git-format-patch) to generate patch files, then submit them to the official Matrix room: [#telodendria-patches:bancino.net](https://matrix.to/#/#telodendria-patches:bancino.net). +**Important:** This project is not developed on GitHub or CVS anymore, but instead on a dedicated [Gitea forge](https://git.telodendria.io/Telodendria/telodendria). Please see the `README.txt` file for the actual project `README`, which simply details the repository structure a little bit. All of **Telodendria**'s user and developer documentation is available as `man` pages, or online.