Skip to content

Commit 3d95a5d

Browse files
committed
Change page name and mkdocs.yml
1 parent 4cde683 commit 3d95a5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tools/matic-js/zkevm/custom-contract-bridging.md renamed to docs/tools/matic-js/zkevm/message-passing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This document shows you how to customize wrapped tokens using adapter contracts, and how to use Matic.js to bridge assets from Ethereum to Polygon zkEVM and vice versa using the messaging layer of the Polygon bridge.
1+
This document demonstrates inter-layer message passing using the messaging layer of the Polygon bridge. As an example, we go over how to customize wrapped tokens using adapter contracts, and how to use Matic.js to bridge assets from Ethereum to Polygon zkEVM and vice versa.
22

33
!!! info "Terminology"
44

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ nav:
455455
- zkEVM:
456456
- zkEVM client: tools/matic-js/zkevm/initialize.md
457457
- ERC20: tools/matic-js/zkevm/erc20.md
458-
- Custom contracts and bridging: tools/matic-js/zkevm/custom-contract-bridging.md
458+
- Message passing: tools/matic-js/zkevm/message-passing.md
459459
- Common methods: tools/matic-js/zkevm/common-methods.md
460460
- Storage:
461461
- IPFS: tools/storage/ipfs.md

0 commit comments

Comments
 (0)