Incorrect URLS for dronecan/cyphaal in params

This commit is contained in:
Hamish Willee
2025-07-03 17:47:52 +10:00
parent 29a40f37e2
commit 8aecc7e588
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ PARAM_DEFINE_INT32(CYPHAL_ENABLE, 1);
/**
* Cyphal Node ID.
*
* Read the specs at http://uavcan.org to learn more about Node ID.
* Read the specs at https://opencyphal.org/ to learn more about Node ID.
*
* @min -1
* @max 125
+1 -1
View File
@@ -57,7 +57,7 @@ PARAM_DEFINE_INT32(UAVCAN_ENABLE, 0);
/**
* UAVCAN Node ID.
*
* Read the specs at http://uavcan.org to learn more about Node ID.
* Read the specs at https://dronecan.github.io/ to learn more about Node ID.
*
* @min 1
* @max 125