From b3c8a6cd2fb0cbed5553490b5195ba245a94867f Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 27 Apr 2024 00:22:45 +0200 Subject: [PATCH] fix(docs): Update link to moxxmpp documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2e561a..7b2bddc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ moxxmpp is a XMPP library written purely in Dart for usage in Moxxy. This package contains the actual XMPP code that is platform-independent. -Documentation is available [here](https://moxxy.org/developers/docs/moxxmpp/). +Documentation is available [here](https://docs.moxxy.org/moxxmpp/index.html). ### [moxxmpp_socket_tcp](./packages/moxxmpp_socket_tcp)