fixed links

This commit is contained in:
Foster Irwin 2022-02-15 18:11:51 -07:00
parent 0336cad79d
commit 31d0acf215
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ There are many ways to connect to your newly flashed device. Below is a quicksta
### Commandline Interface (CLI)
The CLI is currently the best way to manage your settings. It is feature rich and well documented. The [settings pages](docs/software/settings/overview) have examples for each user preference for the device. The CLI is included in the [Meshtastic-python](https://github.com/meshtastic/Meshtastic-python) project. If you'd like to use python to interface with a device, see the [API documentation](https://python.meshtastic.org).
The CLI is currently the best way to manage your settings. It is feature rich and well documented. The [settings pages](/docs/settings) have examples for each user preference for the device. The CLI is included in the [Meshtastic-python](https://github.com/meshtastic/Meshtastic-python) project. If you'd like to use python to interface with a device, see the [API documentation](https://python.meshtastic.org).
To install/upgrade Meshtastic-python, see below:

View file

@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';
## Overview
Meshtastic Flasher is a graphical user interface for flashing [supported devices](hardware/supported-devices) with Meshtastic.
Meshtastic Flasher is a graphical user interface for flashing [supported devices](/docs/hardware) with Meshtastic.
## Prerequisites