Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update expired docs links #3308

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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