From fb3b17a6277baaf23f878ce6d1de6586652cdb13 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 26 Jun 2022 22:15:39 -0700 Subject: [PATCH] fix canned-message link --- docs/settings/moduleconfig/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings/moduleconfig/index.mdx b/docs/settings/moduleconfig/index.mdx index 96a35d17..4a53b530 100644 --- a/docs/settings/moduleconfig/index.mdx +++ b/docs/settings/moduleconfig/index.mdx @@ -9,7 +9,7 @@ Modules are included in the firmware and allow users to extend the functionality | Name | Description | |:----:|:-----------:| -| [Canned Message](canned-messages) | Set a number of predefined messages to send out directly from the device with the use of an input device like a rotary encoder. | +| [Canned Message](canned-message) | Set a number of predefined messages to send out directly from the device with the use of an input device like a rotary encoder. | | [External Notification](external-notification) | Incoming messages are able to alert you using circuits you attach to the device (LEDs, Buzzers, etc) | | [Input Broker](input-broker) | Attach and define input devices such as external keyboards and rotary encoders. | | [Range Test](range-test-module) | Send messages with GPS location at an interval to test the distance your devices can communicate. Requires (at least) one device set up as a sender and one as a receiver. The receiver(s) will log all incoming messages to a CSV. |