fix links

This commit is contained in:
pdxlocations 2023-11-30 22:40:50 -08:00
parent 812bc229fd
commit c0ce991aa7
3 changed files with 8 additions and 8 deletions

View file

@ -97,7 +97,7 @@ Push the left PWR button for about 1 second.
### Where do I purchase the device hardware? ### Where do I purchase the device hardware?
Each [supported device](/docs/supported-hardware) has a "Purchase Link". Each [supported device](/docs/hardware/devices/index.mdx) has a "Purchase Link".
### I have my hardware. How do I install the firmware and any required drivers? ### I have my hardware. How do I install the firmware and any required drivers?

View file

@ -14,7 +14,7 @@ import TabItem from "@theme/TabItem";
:::note :::note
This guide assumes that you have already purchased the devices you will be using with Meshtastic. If you haven't, you can check out our list of [supported hardware](/docs/supported-hardware/) This guide assumes that you have already purchased the devices you will be using with Meshtastic. If you haven't, you can check out our list of [supported hardware](/docs/hardware/devices/index.mdx)
to see your options. to see your options.
::: :::
@ -47,7 +47,7 @@ The RP2040 is a dual-core ARM chip developed by Raspberry Pi. Supported RP2040 d
:::info :::info
If your device is not listed above, please review our [supported devices](/docs/supported-hardware) to determine which MCU your device has or contact us in [Discord](https://discord.gg/ktMAKGBnBs) with any questions. If your device is not listed above, please review our [supported devices](/docs/hardware/devices/index.mdx) to determine which MCU your device has or contact us in [Discord](https://discord.gg/ktMAKGBnBs) with any questions.
::: :::

View file

@ -51,10 +51,10 @@
{ {
"source": "/docs/hardware/devices/Nano%20Series/", "source": "/docs/hardware/devices/Nano%20Series/",
"destination": "/docs/hardware/devices/nano/" "destination": "/docs/hardware/devices/nano/"
},
{
"source": "/docs/hardware/supported-hardware",
"destination": "/docs/hardware/devices"
} }
] ]
} }