Skip to content

Commit

Permalink
[Docs] Fix link to broken status page.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind authored Nov 25, 2022
1 parent 07cb84c commit dace216
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dace216

Please sign in to comment.