From 1c30fe62cef1e655a26bec2906353bbe17c873a9 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sat, 19 Oct 2024 10:26:25 +0300 Subject: [PATCH] Fixed broken links --- pages/builders/app-developers/bridging/custom-bridge.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/builders/app-developers/bridging/custom-bridge.mdx b/pages/builders/app-developers/bridging/custom-bridge.mdx index 23ea17319..db1463411 100644 --- a/pages/builders/app-developers/bridging/custom-bridge.mdx +++ b/pages/builders/app-developers/bridging/custom-bridge.mdx @@ -8,7 +8,7 @@ import { Callout } from 'nextra/components' # Custom Bridges -Custom token bridges are any bridges other than the [Standard Bridge](./standard-bridge). +Custom token bridges are any bridges other than the [Standard Bridge](./standard-bridge.mdx). You may find yourself in a position where you need to build a custom token bridge because the Standard Bridge doesn't completely support your use case. This guide provides important information you should be aware of when building a custom bridge. @@ -27,7 +27,7 @@ Doing so will provide you with an audited foundation upon which you can add extr If you choose not to extend the `StandardBridge` contract, you may still want to follow the interface that the `StandardBridge` provides. Bridges that extend this interface will be compatible with the [Superchain Bridges UI](https://app.optimism.io/bridge). -You can read more about the design of the Standard Bridge in the guide on [Using the Standard Bridge](./standard-bridge). +You can read more about the design of the Standard Bridge in the guide on [Using the Standard Bridge](./standard-bridge.mdx). ## The Superchain Token List