From c5b5667335752ee8893cc6dd918deea5366ae5d3 Mon Sep 17 00:00:00 2001 From: Alexandra Tran Date: Wed, 10 Sep 2025 07:44:10 -0700 Subject: [PATCH] Fix deeplink urls --- sdk/guides/use-deeplinks.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sdk/guides/use-deeplinks.md b/sdk/guides/use-deeplinks.md index e9445e7f790..ea6ea0382db 100644 --- a/sdk/guides/use-deeplinks.md +++ b/sdk/guides/use-deeplinks.md @@ -23,14 +23,14 @@ This page highlights deeplinks available for the MetaMask mobile app. ```text -https://metamask.app.link/dapp/{dappUrl} +https://link.metamask.io/dapp/{dappUrl} ``` ```text -https://metamask.app.link/dapp/app.uniswap.org +https://link.metamask.io/dapp/app.uniswap.org ``` @@ -51,14 +51,14 @@ The example navigates to `app.uniswap.org` in the in-app browser. ```text -https://metamask.app.link/send/{recipient}@{chainId} +https://link.metamask.io/send/{recipient}@{chainId} ``` ```text -https://metamask.app.link/send/0x0000000@137?value=1e16 +https://link.metamask.io/send/0x0000000@137?value=1e16 ``` @@ -84,14 +84,14 @@ The example displays the confirmation screen to send 0.01 POL (`1e16` wei) in Po ```text -https://metamask.app.link/send/{contractAddress}@{chainId}/transfer +https://link.metamask.io/send/{contractAddress}@{chainId}/transfer ``` ```text -https://metamask.app.link/send/0x176211869cA2b568f2A7D4EE941E073a821EE1ff@59144/transfer?address=0x0000000&uint256=1e6 +https://link.metamask.io/send/0x176211869cA2b568f2A7D4EE941E073a821EE1ff@59144/transfer?address=0x0000000&uint256=1e6 ``` @@ -118,14 +118,14 @@ The example displays the confirmation screen to send 1 USDC (`1e6` units, contra ```text -https://metamask.app.link/buy +https://link.metamask.io/buy ``` ```text -https://metamask.app.link/buy?chainId=59144&address=0x176211869cA2b568f2A7D4EE941E073a821EE1ff&amount=100 +https://link.metamask.io/buy?chainId=59144&address=0x176211869cA2b568f2A7D4EE941E073a821EE1ff&amount=100 ``` @@ -154,14 +154,14 @@ You can use the `/buy` or `/buy-crypto` path for this deeplink. ```text -https://metamask.app.link/sell +https://link.metamask.io/sell ``` ```text -https://metamask.app.link/sell?chainId=59144&amount=125 +https://link.metamask.io/sell?chainId=59144&amount=125 ```