Skip to content

Commit 33cce72

Browse files
alexandratranbgravenorst
authored andcommitted
Fix deeplink urls (#2293)
1 parent fb2212b commit 33cce72

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sdk/guides/use-deeplinks.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ This page highlights deeplinks available for the MetaMask mobile app.
2323
<TabItem value="Deeplink">
2424

2525
```text
26-
https://metamask.app.link/dapp/{dappUrl}
26+
https://link.metamask.io/dapp/{dappUrl}
2727
```
2828

2929
</TabItem>
3030
<TabItem value="Example">
3131

3232
```text
33-
https://metamask.app.link/dapp/app.uniswap.org
33+
https://link.metamask.io/dapp/app.uniswap.org
3434
```
3535

3636
</TabItem>
@@ -51,14 +51,14 @@ The example navigates to `app.uniswap.org` in the in-app browser.
5151
<TabItem value="Deeplink">
5252

5353
```text
54-
https://metamask.app.link/send/{recipient}@{chainId}
54+
https://link.metamask.io/send/{recipient}@{chainId}
5555
```
5656

5757
</TabItem>
5858
<TabItem value="Example">
5959

6060
```text
61-
https://metamask.app.link/send/0x0000000@137?value=1e16
61+
https://link.metamask.io/send/0x0000000@137?value=1e16
6262
```
6363

6464
</TabItem>
@@ -84,14 +84,14 @@ The example displays the confirmation screen to send 0.01 POL (`1e16` wei) in Po
8484
<TabItem value="Deeplink">
8585

8686
```text
87-
https://metamask.app.link/send/{contractAddress}@{chainId}/transfer
87+
https://link.metamask.io/send/{contractAddress}@{chainId}/transfer
8888
```
8989

9090
</TabItem>
9191
<TabItem value="Example">
9292

9393
```text
94-
https://metamask.app.link/send/0x176211869cA2b568f2A7D4EE941E073a821EE1ff@59144/transfer?address=0x0000000&uint256=1e6
94+
https://link.metamask.io/send/0x176211869cA2b568f2A7D4EE941E073a821EE1ff@59144/transfer?address=0x0000000&uint256=1e6
9595
```
9696

9797
</TabItem>
@@ -118,14 +118,14 @@ The example displays the confirmation screen to send 1 USDC (`1e6` units, contra
118118
<TabItem value="Deeplink">
119119

120120
```text
121-
https://metamask.app.link/buy
121+
https://link.metamask.io/buy
122122
```
123123

124124
</TabItem>
125125
<TabItem value="Example">
126126

127127
```text
128-
https://metamask.app.link/buy?chainId=59144&address=0x176211869cA2b568f2A7D4EE941E073a821EE1ff&amount=100
128+
https://link.metamask.io/buy?chainId=59144&address=0x176211869cA2b568f2A7D4EE941E073a821EE1ff&amount=100
129129
```
130130

131131
</TabItem>
@@ -154,14 +154,14 @@ You can use the `/buy` or `/buy-crypto` path for this deeplink.
154154
<TabItem value="Deeplink">
155155

156156
```text
157-
https://metamask.app.link/sell
157+
https://link.metamask.io/sell
158158
```
159159

160160
</TabItem>
161161
<TabItem value="Example">
162162

163163
```text
164-
https://metamask.app.link/sell?chainId=59144&amount=125
164+
https://link.metamask.io/sell?chainId=59144&amount=125
165165
```
166166

167167
</TabItem>

0 commit comments

Comments
 (0)