Skip to content

Commit 218c68c

Browse files
committed
fixed interop broken link
1 parent 556ffc1 commit 218c68c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pages/stack/interop/assets/deploy-superchain-erc20.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Note that bridging assets through the Superchain using `SuperchainERC20` never a
4646
## Next steps
4747
* Use the [SuperchainERC20 Starter Kit](https://console.optimism.io/build) to deploy your token across the Superchain
4848
* Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details.
49-
* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability.
49+
* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.

pages/stack/interop/assets/superchain-erc20.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ For step-by-step information on implementing SuperchainERC20, see [Deploy assets
9292
* Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details.
9393
* Check out the [Superchain ERC20 starter kit](https://github.com/ethereum-optimism/superchainerc20-starter) to get started with implementation.
9494
* Watch the [Superchain interop design video walkthrough](https://www.youtube.com/watch?v=FKc5RgjtGes) for a visual explanation of the concepts.
95-
* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability.
95+
* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.

pages/stack/interop/assets/superchain-weth.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ This predeploy contract facilitates general message passing between different ch
8383
## Next steps
8484

8585
* Explore the [`SuperchainWETH`](https://specs.optimism.io/interop/superchain-weth.html) specs for in-depth implementation details.
86-
* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability.
86+
* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.

pages/stack/interop/assets/superchainerc20-best-practices.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Test edge cases such as maximum balance transfers and interchain latency to ensu
2828

2929
* Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details.
3030
* Watch the [Superchain interop design video walkthrough](https://www.youtube.com/watch?v=FKc5RgjtGes) for a visual explanation of the concepts.
31-
* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability.
31+
* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.

0 commit comments

Comments
 (0)