Skip to content

Commit ba3cc0b

Browse files
authored
Fix: What's next link on ERC721 bridge page
when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line.
1 parent c1a55ae commit ba3cc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "ERC721 NFT Bridge"
55
lang: "en"
66
permalink: "developers/l1-and-l2-bridging/erc721-nft-bridge"
77
excerpt: "NFT bridging from L1 to L2 is done via the L1ERC721Gateway contract instead of using a router."
8-
whatsnext: { "ERC1155 Token Bridge": "/developers/l1-and-l2-bridging/erc721-nft-bridge/" }
8+
whatsnext: { "ERC1155 Token Bridge": "/developers/l1-and-l2-bridging/erc1155-token-bridge/" }
99
---
1010

1111
import Aside from "../../../../../components/Aside.astro"

0 commit comments

Comments
 (0)