From dace2169762fc1a15a8ba895d78f1cc045f72baa Mon Sep 17 00:00:00 2001 From: Joshua Lind Date: Thu, 24 Nov 2022 23:42:36 -0500 Subject: [PATCH] [Docs] Fix link to broken status page. --- .../docs/nodes/full-node/fullnode-source-code-or-docker.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/developer-docs-site/docs/nodes/full-node/fullnode-source-code-or-docker.md b/developer-docs-site/docs/nodes/full-node/fullnode-source-code-or-docker.md index 5a5f0a3e408cf..e03b3a1656560 100755 --- a/developer-docs-site/docs/nodes/full-node/fullnode-source-code-or-docker.md +++ b/developer-docs-site/docs/nodes/full-node/fullnode-source-code-or-docker.md @@ -221,12 +221,11 @@ The command will output the current synced version of your node. For example: 71000 ``` -Compare the synced version returned by this command (e.g., `71000`) with the `Current Version` (latest) shown on the -[Aptos status page](https://status.devnet.aptos.dev/). If your node is catching up to the current version, it is synchronizing correctly. +Compare the synced version returned by this command (e.g., `71000`) with the highest version shown on the +[Aptos explorer page](https://explorer.aptoslabs.com/?network=mainnet). If your node is catching up to the highest version, it is synchronizing correctly. :::tip -It is fine if the status page differs by a few versions, as the status -page does not automatically refresh. +It is fine if the explorer page differs by a few versions, as the explorer nodes may sync with some variance. ::: ### (Optional) Verify outbound network connections