From a158598dde0b038627f3efea1b4f2ce5d572f3e2 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Wed, 9 Mar 2022 23:16:15 +1100 Subject: [PATCH] Update readme link for docs --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index ffe6acb..ddf5f86 100644 --- a/mesh.proto +++ b/mesh.proto @@ -818,7 +818,7 @@ message MeshPacket { /* * The sending node number. * Note: Our crypto implementation uses this field as well. - * See [crypto](/developers/device/encryption.md) for details. + * See [crypto](/developers/firmware/encryption) for details. * FIXME - really should be fixed32 instead, this encoding only hurts the ble link though. */ fixed32 from = 1;