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