From 5b892e4c196f8620f2009cdef219eb2c237cc636 Mon Sep 17 00:00:00 2001 From: sigmahour <111950404+sigmahour@users.noreply.github.com> Date: Thu, 10 Nov 2022 02:05:01 -0500 Subject: [PATCH] link change to encryption docs (#236) Co-authored-by: sigmahour <> --- mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index 1dbf7fe..77867d3 100644 --- a/mesh.proto +++ b/mesh.proto @@ -720,7 +720,7 @@ message MeshPacket { /* * The sending node number. * Note: Our crypto implementation uses this field as well. - * See [crypto](/docs/about/overview/encryption) for details. + * See [crypto](/docs/overview/encryption) for details. * FIXME - really should be fixed32 instead, this encoding only hurts the ble link though. */ fixed32 from = 1; @@ -772,7 +772,7 @@ message MeshPacket { * needs to be unique for a few minutes (long enough to last for the length of * any ACK or the completion of a mesh broadcast flood). * Note: Our crypto implementation uses this id as well. - * See [crypto](/docs/about/overview/encryption) for details. + * See [crypto](/docs/overview/encryption) for details. * FIXME - really should be fixed32 instead, this encoding only * hurts the ble link though. */