From 218c68c67cdf75fc7f9f4ea1955d1e0b74458a55 Mon Sep 17 00:00:00 2001 From: krofax Date: Mon, 9 Dec 2024 12:01:40 +0100 Subject: [PATCH] fixed interop broken link --- pages/stack/interop/assets/deploy-superchain-erc20.mdx | 2 +- pages/stack/interop/assets/superchain-erc20.mdx | 2 +- pages/stack/interop/assets/superchain-weth.mdx | 2 +- pages/stack/interop/assets/superchainerc20-best-practices.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/stack/interop/assets/deploy-superchain-erc20.mdx b/pages/stack/interop/assets/deploy-superchain-erc20.mdx index 19b1917aa..1da6522b5 100644 --- a/pages/stack/interop/assets/deploy-superchain-erc20.mdx +++ b/pages/stack/interop/assets/deploy-superchain-erc20.mdx @@ -46,4 +46,4 @@ Note that bridging assets through the Superchain using `SuperchainERC20` never a ## Next steps * Use the [SuperchainERC20 Starter Kit](https://console.optimism.io/build) to deploy your token across the Superchain * Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details. -* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability. +* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability. diff --git a/pages/stack/interop/assets/superchain-erc20.mdx b/pages/stack/interop/assets/superchain-erc20.mdx index 0fb654df9..7d5077e45 100644 --- a/pages/stack/interop/assets/superchain-erc20.mdx +++ b/pages/stack/interop/assets/superchain-erc20.mdx @@ -92,4 +92,4 @@ For step-by-step information on implementing SuperchainERC20, see [Deploy assets * Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details. * Check out the [Superchain ERC20 starter kit](https://github.com/ethereum-optimism/superchainerc20-starter) to get started with implementation. * Watch the [Superchain interop design video walkthrough](https://www.youtube.com/watch?v=FKc5RgjtGes) for a visual explanation of the concepts. -* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability. +* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability. diff --git a/pages/stack/interop/assets/superchain-weth.mdx b/pages/stack/interop/assets/superchain-weth.mdx index 3799681ba..bef20fc98 100644 --- a/pages/stack/interop/assets/superchain-weth.mdx +++ b/pages/stack/interop/assets/superchain-weth.mdx @@ -83,4 +83,4 @@ This predeploy contract facilitates general message passing between different ch ## Next steps * Explore the [`SuperchainWETH`](https://specs.optimism.io/interop/superchain-weth.html) specs for in-depth implementation details. -* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability. +* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability. diff --git a/pages/stack/interop/assets/superchainerc20-best-practices.mdx b/pages/stack/interop/assets/superchainerc20-best-practices.mdx index a483ce43c..d1127a305 100644 --- a/pages/stack/interop/assets/superchainerc20-best-practices.mdx +++ b/pages/stack/interop/assets/superchainerc20-best-practices.mdx @@ -28,4 +28,4 @@ Test edge cases such as maximum balance transfers and interchain latency to ensu * Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details. * Watch the [Superchain interop design video walkthrough](https://www.youtube.com/watch?v=FKc5RgjtGes) for a visual explanation of the concepts. -* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability. +* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.