diff --git a/docs/settings/modules/range-test-module.mdx b/docs/settings/modules/range-test-module.mdx index 953291ba..6ce193d3 100644 --- a/docs/settings/modules/range-test-module.mdx +++ b/docs/settings/modules/range-test-module.mdx @@ -187,7 +187,7 @@ Leaving this module on can slow down your mesh. Currently, the messages are sent ### Accessing your CSV -Connect to your device over WiFi, either using the [software access point](wifi#software-access-point) or [WiFi Client](wifi#wifi-client). Then navigate to `meshtastic.local` (or your IP address) `/static/rangetest.csv` where your file will be available for download. +Connect to your device over WiFi, either using the [software access point](/docs/settings/wifi#software-access-point) or [WiFi Client](/docs/settings/wifi#wifi-client). Then navigate to `meshtastic.local` (or your IP address) `/static/rangetest.csv` where your file will be available for download. ```plaintext title="Example URLs" http://meshtastic.local/static/rangetest.csv diff --git a/docs/settings/modules/store-and-forward-module.mdx b/docs/settings/modules/store-and-forward-module.mdx index 90c242ba..471a7b78 100644 --- a/docs/settings/modules/store-and-forward-module.mdx +++ b/docs/settings/modules/store-and-forward-module.mdx @@ -11,7 +11,7 @@ import PluginModule from '@site/docs/_blocks/_plugin_module.mdx'; :::info Currently only available for ESP32 based devices with external PSRAM. Requires the device to be set as a router. -**Don't enable Store and Forward Module on multiple [routers](router).** +**Don't enable Store and Forward Module on multiple [routers](/docs/settings/router).** ::: ## Overview diff --git a/docs/software/other/mqtt.mdx b/docs/software/other/mqtt.mdx index c28e6429..6ed9f32f 100644 --- a/docs/software/other/mqtt.mdx +++ b/docs/software/other/mqtt.mdx @@ -36,7 +36,7 @@ The payload is a raw protobuf. Looking at the MQTT traffic with a program like ` ShortFast !937bed1c ``` -Packets from the following [port numbers](docs/developers/firmware/portnum) are serialized to JSON and then forwarded to the `msh/1/json/CHANNELID/DEVICEID` topic: `TEXT_MESSAGE_APP`, `ENVIRONMENTAL_MEASUREMENT_APP`, `NODEINFO_APP` and `POSITION_APP`. +Packets from the following [port numbers](/docs/developers/Firmware/portnum) are serialized to JSON and then forwarded to the `msh/1/json/CHANNELID/DEVICEID` topic: `TEXT_MESSAGE_APP`, `ENVIRONMENTAL_MEASUREMENT_APP`, `NODEINFO_APP` and `POSITION_APP`. An example of a received `NODEINFO_APP` message: