From 2cf93c576522116324e7505b35a429dcd44cf7e6 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 13 Feb 2021 21:27:34 +0200 Subject: [PATCH] Replace wiki with docs.mau.fi --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 959bbfbf..a0e35e52 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,16 @@ A Matrix-Telegram hybrid puppeting/relaybot bridge. ## Sponsors * [Joel Lehtonen / Zouppen](https://github.com/zouppen) -### Wiki -All setup and usage instructions are located in the GitHub -[wiki](https://github.com/tulir/mautrix-telegram/wiki). Some quick links: +### Documentation +All setup and usage instructions are located on +[docs.mau.fi](https://docs.mau.fi/bridges/python/telegram/index.html). +Some quick links: -* [Bridge setup](https://github.com/tulir/mautrix-telegram/wiki/Bridge-setup) - (or [with Docker](https://github.com/tulir/mautrix-telegram/wiki/Bridge-setup-with-Docker)) -* Basic usage: [Authentication](https://github.com/tulir/mautrix-telegram/wiki/Authentication), - [Creating chats](https://github.com/tulir/mautrix-telegram/wiki/Creating-and-managing-chats), - [Relaybot setup](https://github.com/tulir/mautrix-telegram/wiki/Relay-bot) +* [Bridge setup](https://docs.mau.fi/bridges/python/setup/index.html?bridge=telegram) + (or [with Docker](https://docs.mau.fi/bridges/python/setup/docker.html?bridge=telegram)) +* Basic usage: [Authentication](https://docs.mau.fi/bridges/python/telegram/authentication.html), + [Creating chats](https://docs.mau.fi/bridges/python/telegram/creating-and-managing-chats.html), + [Relaybot setup](https://docs.mau.fi/bridges/python/telegram/relay-bot.html) ### Features & Roadmap [ROADMAP.md](https://github.com/tulir/mautrix-telegram/blob/master/ROADMAP.md)