mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
fixed links
This commit is contained in:
parent
2a2683b351
commit
8e4a57f904
|
@ -2,7 +2,7 @@
|
|||
id: flashing_firmware_cli
|
||||
title: Flashing Firmware – CLI
|
||||
sidebar_label: Command Line Interface
|
||||
slug: /flashing_firmware_cli
|
||||
slug: /getting_started/flashing_firmware/cli
|
||||
---
|
||||
## Linux
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: flashing_firmware_gui
|
||||
title: Flashing Firmware – GUI
|
||||
sidebar_label: Graphic User Interface
|
||||
slug: /flashing_firmware_gui
|
||||
slug: /getting_started/flashing_firmware/gui
|
||||
---
|
||||
### Windows & MacOS
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
id: flashing_firmware_ota
|
||||
title: Flashing Firmware – OTA
|
||||
sidebar_label: Over The Air
|
||||
slug: /flashing_firmware_ota
|
||||
slug: /getting_started/flashing_firmware/ota
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: flashing_firmware_overview
|
||||
title: Overview
|
||||
sidebar_label: Overview
|
||||
slug: /flashing_firmware_overview
|
||||
slug: /getting_started/flashing_firmware/overview
|
||||
---
|
||||
## Download Firmware
|
||||
|
||||
|
|
|
@ -33,9 +33,9 @@ Be very careful to install the correct load for your board. In particular the po
|
|||
|
||||
If your device already has Meshtastic flashed to it, You can update over the air (OTA). Otherwise you'll need a computer and a **data** USB cable.
|
||||
|
||||
- [Install using over-the-air (OTA)](/flashing-firmware-ota)
|
||||
- [Install using a graphical user interface (GUI)](/flashing-firmware-gui)
|
||||
- [Install using the command line interface (CLI)](/flashing-firmware-cli)
|
||||
- [Install using over-the-air (OTA)](getting_started/flashing_firmware/ota)
|
||||
- [Install using a graphical user interface (GUI)](getting_started/flashing_firmware/gui)
|
||||
- [Install using the command line interface (CLI)](getting_started/flashing_firmware/cli)
|
||||
|
||||
## Connect to your Device
|
||||
|
||||
|
|
Loading…
Reference in a new issue