From 13626ca151b022f526a404b8c08c600494ab0a19 Mon Sep 17 00:00:00 2001 From: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:01:43 -0800 Subject: [PATCH] Checkpointz add back in to docs (#536) * Add ticks * Add in link for checkpointz --- docs/reference/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md index ef077a8c0..205453dd6 100644 --- a/docs/reference/cli/index.md +++ b/docs/reference/cli/index.md @@ -232,7 +232,7 @@ checkpoint-sync-url: "https://beaconstate.ethstaker.cc" -URL of a checkpoint state endpoint used to [start Teku from a recent state](../../get-started/checkpoint-start.md). +URL of a [Checkpointz](https://github.com/ethpandaops/checkpointz) endpoint used to [start Teku from a recent state](../../get-started/checkpoint-start.md). By default, Teku tries to download the finalized state from the endpoint. If it can't download the finalized state, it tries to download the genesis state.