From 0a3586f33009a1f6bdd767a12348fd80a1c5c8b0 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:15:57 +0300 Subject: [PATCH 1/2] docs: fix outdated blog link in doc --- public/content/bridges/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/bridges/index.md b/public/content/bridges/index.md index a67c4c74fb7..c0357efd721 100644 --- a/public/content/bridges/index.md +++ b/public/content/bridges/index.md @@ -126,7 +126,7 @@ User's funds are at risk if: One recent hack was Solana’s Wormhole bridge, [where 120k wETH ($325 million USD) was stolen during the hack](https://rekt.news/wormhole-rekt/). Many of the [top hacks in blockchains involved bridges](https://rekt.news/leaderboard/). -Bridges are crucial to onboarding users onto Ethereum L2s, and even for users who want to explore different ecosystems. However, given the risks involved in interacting with bridges, users must understand the trade-offs the bridges are making. These are some [strategies for cross-chain security](https://blog.debridge.finance/10-strategies-for-cross-chain-security-8ed5f5879946). +Bridges are crucial to onboarding users onto Ethereum L2s, and even for users who want to explore different ecosystems. However, given the risks involved in interacting with bridges, users must understand the trade-offs the bridges are making. These are some [strategies for cross-chain security](https://debridge.finance/learn/blog/10-strategies-for-cross-chain-security/). From 4ff77aac66f09f45a21d3efd30d68b363afa9ca4 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Fri, 17 Oct 2025 21:48:41 -0700 Subject: [PATCH 2/2] chore: update link to redirect target --- public/content/bridges/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/bridges/index.md b/public/content/bridges/index.md index c0357efd721..a8a1af03e5f 100644 --- a/public/content/bridges/index.md +++ b/public/content/bridges/index.md @@ -126,7 +126,7 @@ User's funds are at risk if: One recent hack was Solana’s Wormhole bridge, [where 120k wETH ($325 million USD) was stolen during the hack](https://rekt.news/wormhole-rekt/). Many of the [top hacks in blockchains involved bridges](https://rekt.news/leaderboard/). -Bridges are crucial to onboarding users onto Ethereum L2s, and even for users who want to explore different ecosystems. However, given the risks involved in interacting with bridges, users must understand the trade-offs the bridges are making. These are some [strategies for cross-chain security](https://debridge.finance/learn/blog/10-strategies-for-cross-chain-security/). +Bridges are crucial to onboarding users onto Ethereum L2s, and even for users who want to explore different ecosystems. However, given the risks involved in interacting with bridges, users must understand the trade-offs the bridges are making. These are some [strategies for cross-chain security](https://debridge.com/learn/blog/10-strategies-for-cross-chain-security/).