Fix Documentation Links in Comments (#2929)

* update external notification

* ContentHandler
This commit is contained in:
Ben Lipsey 2023-11-06 14:03:44 -08:00 committed by GitHub
parent 298b383127
commit 600541ac25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -144,8 +144,8 @@ void handleAPIv1FromRadio(HTTPRequest *req, HTTPResponse *res)
/* /*
For documentation, see: For documentation, see:
https://meshtastic.org/docs/developers/device/http-api https://meshtastic.org/docs/development/device/http-api
https://meshtastic.org/docs/developers/device/device-api https://meshtastic.org/docs/development/device/client-api
*/ */
// Get access to the parameters // Get access to the parameters
@ -194,8 +194,8 @@ void handleAPIv1ToRadio(HTTPRequest *req, HTTPResponse *res)
/* /*
For documentation, see: For documentation, see:
https://meshtastic.org/docs/developers/device/http-api https://meshtastic.org/docs/development/device/http-api
https://meshtastic.org/docs/developers/device/device-api https://meshtastic.org/docs/development/device/client-api
*/ */
res->setHeader("Content-Type", "application/x-protobuf"); res->setHeader("Content-Type", "application/x-protobuf");

View File

@ -8,7 +8,7 @@
* handle the module's behavior. * handle the module's behavior.
* *
* Documentation: * Documentation:
* https://meshtastic.org/docs/settings/moduleconfig/external-notification * https://meshtastic.org/docs/configuration/module/external-notification
* *
* @author Jm Casler & Meshtastic Team * @author Jm Casler & Meshtastic Team
* @date [Insert Date] * @date [Insert Date]
@ -39,7 +39,7 @@ uint8_t blue = 0;
/* /*
Documentation: Documentation:
https://meshtastic.org/docs/settings/moduleconfig/external-notification https://meshtastic.org/docs/configuration/module/external-notification
*/ */
// Default configurations // Default configurations