From 913f49e85ee0b5dcec48071f397dfe9712c21375 Mon Sep 17 00:00:00 2001 From: Budalebah <113329223+Budalebah@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:58:02 +0300 Subject: [PATCH] fixing broken pathway fixing broken pathway --- .../build-on-morph/4-understand-transaction-cost-on-morph.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build-on-morph/build-on-morph/4-understand-transaction-cost-on-morph.md b/docs/build-on-morph/build-on-morph/4-understand-transaction-cost-on-morph.md index cbb59103..dd2e3fcc 100644 --- a/docs/build-on-morph/build-on-morph/4-understand-transaction-cost-on-morph.md +++ b/docs/build-on-morph/build-on-morph/4-understand-transaction-cost-on-morph.md @@ -96,7 +96,7 @@ As a result, you should display the sum of both of these fees to give users the You can estimate the L2 execution fee by multiplying the gas price by the gas limit, just like on Ethereum. -#### [Estimating the L1 data fee](./understand-transaction-cost-on-morph#the-l1-data-fee) +#### [Estimating the L1 data fee](https://docs.morphl2.io/docs/build-on-morph/build-on-morph/understand-transaction-cost-on-morph/) @@ -136,4 +136,4 @@ See the section on [Responding to gas price updates](#responding-to-gas-price-up This is a custom RPC error that Morph returns when a transaction is rejected because the gas price is too high. We include this as a safety measure to prevent users from accidentally sending a transaction with an extremely high L2 gas price. -See the section on [Responding to gas price updates](#responding-to-gas-price-updates) for more information. \ No newline at end of file +See the section on [Responding to gas price updates](#responding-to-gas-price-updates) for more information.