From 1a61a5ccdcd8141d997428f8d1116a9f3433eac1 Mon Sep 17 00:00:00 2001 From: mkinney Date: Wed, 29 Dec 2021 11:01:13 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c313bb9..09fc05d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A python client for using [Meshtastic](https://www.meshtastic.org) devices. This small library (and example application) provides an easy API for sending and receiving messages over mesh radios. It also provides access to any of the operations/data available in the device user interface or the Android application. Events are delivered using a publish-subscribe model, and you can subscribe to only the message types you are interested in. -Full documentation including examples [here](https://meshtastic.github.io/Meshtastic-python/meshtastic/index.html). +Full documentation including examples [here](https://meshtastic.org/docs/software/python/python-installation). The library api is documented [here](https://meshtastic-python.vercel.app/meshtastic/index.html)