From a3e63d305ce6e3843e35eb62acc58165f59307a1 Mon Sep 17 00:00:00 2001 From: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:42:23 +0000 Subject: [PATCH] fix broken links --- docs/private-networks/concepts/private-network-syncing.md | 2 +- docs/public-networks/concepts/sync-node.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/private-networks/concepts/private-network-syncing.md b/docs/private-networks/concepts/private-network-syncing.md index 7a475209dd0..bebaa384162 100644 --- a/docs/private-networks/concepts/private-network-syncing.md +++ b/docs/private-networks/concepts/private-network-syncing.md @@ -17,7 +17,7 @@ When you configure syncing for a private network, ensure all nodes use compatibl ::: -When setting up a private network, consider the following: +When [setting up a private network](../tutorials/privacy/quickstart.md), consider the following: - Use the same sync modes as public networks (snap, checkpoint, fast, or full sync). - Configure the network with a custom genesis file. diff --git a/docs/public-networks/concepts/sync-node.md b/docs/public-networks/concepts/sync-node.md index ca36c62cd49..2414c327e8d 100644 --- a/docs/public-networks/concepts/sync-node.md +++ b/docs/public-networks/concepts/sync-node.md @@ -1,12 +1,12 @@ --- -title: Sync Besu +title: Node synchronization sidebar_position: 10 -description: Full and archive node types +description: Sync full and archive node types. tags: - public networks --- -# Sync Besu +# Sync nodes Besu supports two node types, commonly referred to as [full nodes](#run-a-full-node) and [archive nodes](#run-an-archive-node).