Skip to content

Commit

Permalink
docs: Update expired docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
christ-ob committed Nov 19, 2024
1 parent b26f939 commit d1ed3fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/node/db_pruner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are two types of objects that are not fully cleaned:

## Pruning workflow

_(See [node docs](../../../docs/guides/external-node/08_pruning.md) for a high-level pruning overview)_
_(See [node docs](https://matter-labs.github.io/zksync-era/core/latest/guides/external-node/08_pruning.html) for a high-level pruning overview)_

There are two phases of pruning an L1 batch, soft pruning and hard pruning. Every batch that would have its records
removed if first _soft-pruned_. Soft-pruned batches cannot safely be used. One minute (this is configurable) after soft
Expand Down
2 changes: 1 addition & 1 deletion docs/src/announcements/attester_commitee.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Participants can leave the committee at any time.
The only action that is required to participate is to share your attester public key with the Main Node operator (by
opening an issue in this repo or using any other communication channel). You can find it in the comment in the
`consensus_secrets.yaml` file (that was - in most cases - generated by the tool described
[here](https://github.com/matter-labs/zksync-era/blob/main/docs/guides/external-node/10_decentralization.md#generating-secrets))
[here](https://matter-labs.github.io/zksync-era/core/latest/guides/external-node/10_decentralization.html)

> [!WARNING]
>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/guides/external-node/03_running.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Besides running Postgres, you are expected to have a DB dump from a correspondin
`pg_restore -O -C <DUMP_PATH> --dbname=<DB_URL>`.

You can also refer to
[ZKsync Node configuration management blueprint](https://github.com/matter-labs/zksync-era/blob/main/docs/guides/external-node/00_quick_start.md#advanced-setup)
[ZKsync Node configuration management blueprint](https://matter-labs.github.io/zksync-era/core/latest/guides/external-node/00_quick_start.html)
for advanced DB instance configurations.

[host_docker_internal](https://docs.docker.com/desktop/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host)
Expand Down
2 changes: 1 addition & 1 deletion zkstack_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Commands are interactive but can also accept arguments via the command line.

### Dependencies

Follow [these instructions](https://github.com/matter-labs/zksync-era/blob/main/docs/guides/setup-dev.md) to set up
Follow [these instructions](https://matter-labs.github.io/zksync-era/core/latest/guides/setup-dev.html) to set up
dependencies on your machine. Ignore the Environment section for now.

### Installation
Expand Down

0 comments on commit d1ed3fa

Please sign in to comment.