From 663fa540967946d8113e7e4bced1e2cc1e4ac110 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 10 Dec 2025 22:46:07 -0800 Subject: [PATCH] fix: update Mesh Forge links for consistency in documentation --- pages/docs/+Page.mdx | 2 +- pages/docs/registry/+Page.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/docs/+Page.mdx b/pages/docs/+Page.mdx index 0fa0f93..6791ee5 100644 --- a/pages/docs/+Page.mdx +++ b/pages/docs/+Page.mdx @@ -28,4 +28,4 @@ While the build tools themselves (PlatformIO, pip, etc.) still require internet ## Getting Started -Ready to build your custom firmware? Visit the [builder](https://meshforge.org/builds/new) to get started, or explore the [Plugin Registry](/docs/registry) to see what's available. +Ready to build your custom firmware? Visit the [builder](https://meshforge.org/builds) to get started, or explore the [Plugin Registry](/docs/registry) to see what's available. diff --git a/pages/docs/registry/+Page.mdx b/pages/docs/registry/+Page.mdx index ca5cfb0..1d039a3 100644 --- a/pages/docs/registry/+Page.mdx +++ b/pages/docs/registry/+Page.mdx @@ -10,9 +10,9 @@ The registry contains plugins that add new features and capabilities to Meshtast ### Using Mesh Forge (Recommended) -The easiest way to use plugins is through [Mesh Forge](https://meshforge.org/builds/new), which lets you build custom firmware with plugins directly in your browser: +The easiest way to use plugins is through [Mesh Forge](https://meshforge.org/builds), which lets you build custom firmware with plugins directly in your browser: -1. Visit [meshforge.org/builds/new](https://meshforge.org/builds/new) +1. Visit [meshforge.org/builds](https://meshforge.org/builds) 2. Browse available plugins from the registry 3. Select the plugins you want to include 4. Build your custom firmware