From b973e39ef78dc0153ed1b98f311d928162ff3c7e Mon Sep 17 00:00:00 2001 From: Toby Murray Date: Mon, 16 Jan 2023 13:53:31 -0500 Subject: [PATCH] Fix link to Getting Started Guide Previous link (https://meshtastic.org/docs/software/python/python-installation) 404's --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ddf22e..997dea8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This small library (and example application) provides an easy API for sending an 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. -**[Getting Started Guide](https://meshtastic.org/docs/software/python/python-installation)** +**[Getting Started Guide](https://meshtastic.org/docs/software/python/cli/installation)** **[Documentation/API Reference](https://python.meshtastic.org/)**