From e9587a55082b020241121d6e3f66fbb6da28b4d2 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Wed, 9 Mar 2022 23:24:13 +1100 Subject: [PATCH] Fix broken link --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index ddf5f86..1e60b1c 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/firmware/encryption) for details. + * See [crypto](/docs/developers/firmware/encryption) for details. * FIXME - really should be fixed32 instead, this encoding only hurts the ble link though. */ fixed32 from = 1;