diff --git a/cartesi-rollups_versioned_docs/version-1.5/development/asset-handling.md b/cartesi-rollups_versioned_docs/version-1.5/development/asset-handling.md index 0e6b004e..2bc095a6 100644 --- a/cartesi-rollups_versioned_docs/version-1.5/development/asset-handling.md +++ b/cartesi-rollups_versioned_docs/version-1.5/development/asset-handling.md @@ -12,7 +12,7 @@ As with any execution layer solution, a Cartesi dApp that wants to manipulate as Currently, Cartesi Rollups support the following types of assets: -- [Ether (ETH)](../rollups-apis/json-rpc/portals/) +- [Ether (ETH)](../rollups-apis/json-rpc/portals/EtherPortal.md) - [ERC-20](../rollups-apis/json-rpc/portals/ERC20Portal.md) - [ERC-721](../rollups-apis/json-rpc/portals/ERC721Portal.md) - [ERC-1155 Single](../rollups-apis/json-rpc/portals/ERC1155SinglePortal.md)