From 902b49752655bec83305612504e812c299191947 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 28 Jan 2023 15:33:21 +0100 Subject: [PATCH] docs: Add links to the hosted documentation --- README.md | 2 ++ packages/moxxmpp/README.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f7a736..fa34344 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ 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/). + ### [moxxmpp_socket_tcp](./packages/moxxmpp_socket_tcp) `moxxmpp_socket_tcp` contains the implementation of the `BaseSocketWrapper` class that diff --git a/packages/moxxmpp/README.md b/packages/moxxmpp/README.md index 7aea99e..698555f 100644 --- a/packages/moxxmpp/README.md +++ b/packages/moxxmpp/README.md @@ -9,9 +9,11 @@ Include the following as a dependency in your pubspec file: ``` moxxmpp: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: 0.1.6+1 + version: 0.2.0 ``` +You can find the documentation [here](https://moxxy.org/developers/docs/moxxmpp/). + ## License See `./LICENSE`.