Skip to content

Commit

Permalink
fix: fix link (#1007)
Browse files Browse the repository at this point in the history
## What ❔

fix link

## Why ❔

broken link

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `zk spellcheck`.
- [x] Linkcheck has been run via `zk linkcheck`.
  • Loading branch information
Tleaoo committed Feb 6, 2024
1 parent 601f893 commit f1424ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/lib/multivm/src/versions/vm_1_3_2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ The `VMInstance` in `vm.rs` allows for easy rollbacks. You can save the current
This rollback affects all subcomponents, like memory, storage, and events, and is mainly used if a transaction doesn't
fit in a block.

[zk_evm_repo]: https://github.com/matter-labs/zk_evm 'internal zk EVM repo'
[zk_evm_repo]: https://github.com/matter-labs/era-zk_evm 'internal zk EVM repo'
[zk_evm_repo_ext]: https://github.com/matter-labs/era-zk_evm 'external zk EVM repo'
2 changes: 1 addition & 1 deletion prover/prover_fri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ finalization hints if the circuit changes. Below steps can be used to perform ci
PR to generate the gpu setup data.
8. Once the setup data generation workflows are successful, update the PR with `setup_keys_id` id in
[build-docker-from-tag.yml](../../.github/workflows/build-docker-from-tag.yml) and in
[fri-gpu-prover-integration-test.yml](https://github.com/matter-labs/zksync-2-dev/blob/main/.github/workflows/fri-gpu-prover-integration-test.yml),
[build-prover-fri-gpu-gar.yml](https://github.com/matter-labs/zksync-era/blob/main/.github/workflows/build-prover-fri-gpu-gar.yml),
make sure to only do it from `FRI prover` not old.

0 comments on commit f1424ce

Please sign in to comment.