From 7e624727c116ede7c1e46cb48c9d6a9a8a69ec3c Mon Sep 17 00:00:00 2001 From: penghuarong <42017444+penghuarong@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:29:57 +0800 Subject: [PATCH] chore: fix the broken links in the document. (#365) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What ❔ - Fix the broken links in the document. ## Why ❔ - Can't open ## Checklist - [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`. --- docs/advanced/gas_and_fees.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced/gas_and_fees.md b/docs/advanced/gas_and_fees.md index 36e7718ae88..a77abb4aaa1 100644 --- a/docs/advanced/gas_and_fees.md +++ b/docs/advanced/gas_and_fees.md @@ -124,10 +124,10 @@ There are a few reasons why refunds might be 'larger' on zkSync (i.e., why we mi impacts the amount of gas used by pubdata. [main_node_fetcher]: - https://github.com/matter-labs/zksync-2-dev/blob/d590b3f0965a23eb0011779aab829d86d4fdc1d1/core/bin/zksync_core/src/l1_gas_price/main_node_fetcher.rs#L33 + https://github.com/matter-labs/zksync-era/blob/main/core/lib/zksync_core/src/l1_gas_price/main_node_fetcher.rs#L32 'main node fetcher' [gas_adjuster]: - https://github.com/matter-labs/zksync-2-dev/blob/d590b3f0965a23eb0011779aab829d86d4fdc1d1/core/bin/zksync_core/src/l1_gas_price/gas_adjuster/mod.rs#L25 + https://github.com/matter-labs/zksync-era/blob/main/core/lib/zksync_core/src/l1_gas_price/gas_adjuster/mod.rs#L30 'gas_adjuster' [get_txs_fee_in_wei]: https://github.com/matter-labs/zksync-era/blob/d590b3f0965a23eb0011779aab829d86d4fdc1d1/core/bin/zksync_core/src/api_server/tx_sender/mod.rs#L450