From 0cebcbfab68869b4296f39bd787c9b4f36d8034c Mon Sep 17 00:00:00 2001 From: broccoin <58350903+broccoin-jp@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:36:55 +0900 Subject: [PATCH] fix(website): broken link (#14839) Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com> --- 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