Skip to content

Commit

Permalink
Fix links to docs with .md extension and relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-aptos authored and gregnazario committed Sep 30, 2022
1 parent d83b658 commit 2a8f88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer-docs-site/docs/issues-and-workarounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If your node cannot state sync, and the logs are showing "NoAvailablePeers", it'

#### Workaround

You can try add some extra upstream peers for your fullnode to state sync from. See the guide [Add upstream seed peers](/nodes/full-node/fullnode-source-code-or-docker#add-upstream-seed-peers).
You can try add some extra upstream peers for your fullnode to state sync from. See the guide [Add upstream seed peers](nodes/full-node/fullnode-source-code-or-docker.md#add-upstream-seed-peers).

### Starting a node throws a YAML-parsing error

Expand All @@ -68,7 +68,7 @@ The devnet validator fullnodes will accept only a maximum of connections. If Apt
You can workaround this by:

1. Checking your network configuration.
2. Adding a seed peer to connect to, in your `public_full_node.yaml` file. See [Add upstream seed peers](/nodes/full-node/fullnode-source-code-or-docker#add-upstream-seed-peers).
2. Adding a seed peer to connect to, in your `public_full_node.yaml` file. See [Add upstream seed peers](nodes/full-node/fullnode-source-code-or-docker.md#add-upstream-seed-peers).

For example, after you add a single peer to the `seeds` section in your `public_full_node.yaml` file like below, restart the `cargo run -p ...` command:

Expand Down

0 comments on commit 2a8f88d

Please sign in to comment.