From c0ce991aa7ad4b8e8947de660d0d2b98f81ca7eb Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Thu, 30 Nov 2023 22:40:50 -0800 Subject: [PATCH] fix links --- docs/about/faq.mdx | 2 +- docs/getting-started/index.mdx | 4 ++-- vercel.json | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/about/faq.mdx b/docs/about/faq.mdx index ae760b95..e28e6a81 100644 --- a/docs/about/faq.mdx +++ b/docs/about/faq.mdx @@ -97,7 +97,7 @@ Push the left PWR button for about 1 second. ### 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? diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index 79c4720d..46d2a00f 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -14,7 +14,7 @@ import TabItem from "@theme/TabItem"; :::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. ::: @@ -47,7 +47,7 @@ The RP2040 is a dual-core ARM chip developed by Raspberry Pi. Supported RP2040 d :::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. ::: diff --git a/vercel.json b/vercel.json index ec59457d..a6b4c1f4 100644 --- a/vercel.json +++ b/vercel.json @@ -51,10 +51,10 @@ { "source": "/docs/hardware/devices/Nano%20Series/", "destination": "/docs/hardware/devices/nano/" + }, + { + "source": "/docs/hardware/supported-hardware", + "destination": "/docs/hardware/devices" } ] -} - - - - +} \ No newline at end of file