Skip to content

Commit f47588e

Browse files
authored
Merge pull request #8022 from SavPhill/patch-4
Fix broken link on the get-eth page
2 parents e176a46 + e4bd380 commit f47588e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/get-eth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const GetETHPage = ({ data }: PageProps<Queries.GetEthPageQuery>) => {
229229
"page-get-eth-article-keeping-crypto-safe",
230230
intl
231231
),
232-
link: "https://blog.coinbase.com/the-keys-to-keeping-your-crypto-safe-96d497cce6cf",
232+
link: "https://web.archive.org/web/20190716160333/https://blog.coinbase.com/the-keys-to-keeping-your-crypto-safe-96d497cce6cf?gi=548619266f28",
233233
description: "Coinbase",
234234
},
235235
{

0 commit comments

Comments
 (0)