mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
fix links
This commit is contained in:
parent
812bc229fd
commit
c0ce991aa7
|
@ -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?
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
10
vercel.json
10
vercel.json
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue