Skip to content

Commit c27aa8d

Browse files
committed
fix links
1 parent 789a1d2 commit c27aa8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pages/stack/interop.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Documentation covering Cross Chain Message, Explainer, Message Passing, Op Super
1919

2020
<Card title="OP Supervisor" href="/stack/interop/op-supervisor" />
2121

22-
<Card title="Supersim multichain development environment" href="/stack/interop/supersim" />
22+
<Card title="Supersim multichain development environment" href="/stack/interop/tools/supersim" />
2323

2424
<Card title="Cross domain assets" href="/stack/interop/assets" />
2525

26-
<Card title="Interop devnet" href="/stack/interop/devnet" />
26+
<Card title="Interop devnet" href="/stack/interop/tools/devnet" />
2727

2828
<Card title="Interoperability predeploys" href="/stack/interop/predeploy" />
2929

pages/stack/interop/explainer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,5 @@ This means ETH and ERC-20s can seamlessly and securely move across L2s, and inte
228228

229229
* Watch this video that gives an [overview of OP Stack interoperability](https://www.youtube.com/watch?v=FKc5RgjtGes).
230230
* Learn more about the [predeploys that have been added to the OP Stack to enable interoperability](/stack/interop/predeploy).
231-
* Use [Supersim](/builders/app-developers/tools/supersim.mdx), a local dev environment that simulates interop for testing applications against a local version of the Superchain.
231+
* Use [Supersim](/tools/supersim), a local dev environment that simulates interop for testing applications against a local version of the Superchain.
232232
* For more info about how OP Stack interoperability works under the hood, [check out the specs](https://specs.optimism.io/interop/overview.html).

pages/stack/interop/tools/devnet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ NOTE: The current Interop devnet has been deprecated. This page will be updated
6262
6363
## Next steps
6464
65-
* Want to start with local development? Use [Supersim](/stack/interop/supersim), a local dev environment that simulates interop for testing applications against a local version of the Superchain.
65+
* Want to start with local development? Use [Supersim](/tools/supersim), a local dev environment that simulates interop for testing applications against a local version of the Superchain.
6666
* Read about [Interop message passing](/stack/interop/explainer#how-messages-get-from-one-chain-to-the-other) to see how you can implement it yourself on this devnet.
6767
6868
*/}

0 commit comments

Comments
 (0)