From 203b8c3dab7d73f779b8324d4aadb1841aeb1a9d Mon Sep 17 00:00:00 2001 From: broccoin <58350903+broccoin-jp@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:31:28 +0900 Subject: [PATCH] fix(website): broken link --- packages/website/pages/docs/concepts/taiko-nodes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/pages/docs/concepts/taiko-nodes.mdx b/packages/website/pages/docs/concepts/taiko-nodes.mdx index c20c8a56270..a965eefdfdb 100644 --- a/packages/website/pages/docs/concepts/taiko-nodes.mdx +++ b/packages/website/pages/docs/concepts/taiko-nodes.mdx @@ -75,7 +75,7 @@ You can see more detailed information here: - Read more about block metadata [here](https://taiko.xyz/docs/concepts/creating-taiko-blocks/intrinsic-validity-functions) or see `5.2.2 Block Metadata` in the [whitepaper](https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf). - Read more about `txList` validation rules [here](https://taiko.xyz/docs/concepts/creating-taiko-blocks/intrinsic-validity-functions) or see `5.3.1 Validation` in the [whitepaper](https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf). -- Read more about the `TaikoL2.anchor` transaction and proposed block's determination [here](https://taiko.xyz/docs/concepts/creating-taiko-blocks/anchor-transaction) or see `5.4.1 Construction of Anchor Transactions` in the [whitepaper](https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf). +- Read more about the `TaikoL2.anchor` transaction and proposed block's determination [here](https://taiko.xyz/docs/concepts/proposing#anchor-transaction) or see `5.4.1 Construction of Anchor Transactions` in the [whitepaper](https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf). ## Process of proposing a block