From bdb69d9dbe5410d83f43f0f8a77201e06a58818c Mon Sep 17 00:00:00 2001 From: Tom <116762865+Nestpebble@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:47:21 +0000 Subject: [PATCH] Update channels.mdx --- docs/configuration/radio/channels.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/radio/channels.mdx b/docs/configuration/radio/channels.mdx index 61437bef..93b63962 100644 --- a/docs/configuration/radio/channels.mdx +++ b/docs/configuration/radio/channels.mdx @@ -72,7 +72,7 @@ A short identifier for the channel. _(< 12 bytes)_ | Reserved Name | Purpose | | :------------: | :----------------------------------------------------------------------------------------------------------------------------: | | `""` (default) | If left empty on the Primary channel, this designates the `default` channel. | -| `admin` | On Secondary channels, the name `admin` (case sensitive) designates the `admin` channel used to administer nodes over the mesh. Note that this is a Legacy feature, and may be removed in future releases. | +| `admin` | On Secondary channels, the name `admin` (case sensitive) designates the `admin` channel used to administer nodes over the mesh. Note that this is a Legacy feature, see [Remote Admin](docs/configuration/remote-admin.mdx) for details. | :::note