Skip to content

Commit 1d2e1c5

Browse files
fix link errors
1 parent 885cf0c commit 1d2e1c5

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

docs/pos/get-started/building-on-polygon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ There are several other third-party wallet options available to choose from, and
3333

3434
Refer to the following guides and follow along to set up your wallet for making web3 function calls:
3535

36-
- [MetaMask](../../tools/wallets/metamask/index.md#1-set-up-web3)
37-
- [Venly](../../tools/wallets/venly/index.md#initialize-the-web3-provider)
36+
- [MetaMask](../../tools/wallets/metamask/index.md)
37+
- [Venly](../../tools/wallets/venly/index.md)
3838

3939
## Common tasks
4040

docs/pos/how-to/full-node/full-node-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In this section, we will go through steps to initialize and customize configurat
6666

6767
!!! warning
6868

69-
Bor and Heimdall 0.3.0 use standardized paths for configuration files and chain data. If you have existing config files and chain data on your node, please skip the [Configure Heimdall](#configure-heimdall) section below and jump directly to **[Migration](#upgrade-from-02x-to-03x) section** to learn about migrating configs and data to standardized file locations.
69+
Bor and Heimdall 0.3.0 use standardized paths for configuration files and chain data. If you have existing config files and chain data on your node, please skip the [Configure Heimdall](#configure-heimdall) section below and jump directly to **[Migration](#install-packages) section** to learn about migrating configs and data to standardized file locations.
7070

7171

7272
### Configure Heimdall

docs/pos/how-to/validator/validator-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ Open `config.toml` for editing: `vi /var/lib/bor/config.toml`.
446446

447447
## Configure service files for Bor and Heimdall
448448

449-
After successfully installing Bor and Heimdall through [packages](#install-with-packages-recommended), their service file could be found under `/lib/systemd/system`, and Bor's config file could be found under `/var/lib/bor/config.toml`.
449+
After successfully installing Bor and Heimdall through [packages](#installing-packages-on-the-validator-node), their service file could be found under `/lib/systemd/system`, and Bor's config file could be found under `/var/lib/bor/config.toml`.
450450

451451
You will need to check and modify these files accordingly.
452452

mkdocs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@ nav:
7777
- Manage allowlists with policies: cdk/how-to/manage-policies.md
7878
- Quickly test a running stack: cdk/how-to/quick-test-stack.md
7979
- Connect to CDK testnets: cdk/how-to/connect-testnet.md
80-
- Erigon:
81-
- Erigon: cdk/erigon/index.md
82-
- Releases: cdk/erigon/releases.md
83-
- Deploy a node: cdk/erigon/deploy-cdk-erigon.md
84-
- How to:
85-
- Configure chains dynamically: cdk/erigon/chain-config.md
86-
- Recover the network: cdk/erigon/network-recovery.md
87-
- Resources: cdk/erigon/resources.md
8880
- Architecture:
8981
- CDK rollup: cdk/architecture/cdk-zkevm.md
9082
- CDK validium: cdk/architecture/cdk-validium.md

0 commit comments

Comments
 (0)