Skip to content

Commit 46cd62c

Browse files
committed
fix: links
1 parent 7e4a9d8 commit 46cd62c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

docs/getting-started/testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Run E2E tests:
5050
```
5151
</TabItem>
5252
<TabItem value="cargo-contract" label="cargo-contract">
53-
First, install the `ink-node` [here](/getting-started/setup?tabs=cargo-contract#ink-node).
53+
First, install the `ink-node` [here](/docs/v6/getting-started/setup?tabs=cargo-contract#ink-node).
5454

5555
Then run:
5656
```bash
@@ -60,4 +60,3 @@ Run E2E tests:
6060
</Tabs>
6161

6262
For more details and examples (including testing against live state snapshots), see the [E2E guide](../development/testing/e2e.md).
63-

src/components/home/section-solidity.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function SectionSolidity() {
5555
cta={
5656
<div className="flex flex-col justify-center gap-4 lg:justify-start md:flex-row md:gap-4">
5757
<Link
58-
to={'/docs/v6/background/solidity-metamask-compatibility'}
58+
to={'/docs/v6/solidity-interop/use-ink-with-solidity-abi'}
5959
className="hover:scale-105 hover:-rotate-1 !transition-all duration-300"
6060
>
6161
<Button size="lg" variant="secondary">

tutorials/ethereum-compatibility/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This section provides guides for:
1515

1616
1. **[Setting up Solidity ABI](./setup-solidity-abi.md)**: Configure your ink! contract to generate Solidity-compatible ABI
1717

18-
For detailed guides on using Ethereum tools like MetaMask, Hardhat, and Wagmi with ink! contracts, see the [Solidity Interop documentation](/solidity-interop/using-ethereum-tools).
18+
For detailed guides on using Ethereum tools like MetaMask, Hardhat, and Wagmi with ink! contracts, see the [Solidity Interop documentation](/docs/v6/solidity-interop/use-ink-with-solidity-abi).
1919

2020
:::caution Known Limitations
2121
The Rust/ink! to Solidity ABI type mapping is still a work in progress. Some limitations are known.

tutorials/ethereum-compatibility/setup-solidity-abi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ After building, you'll find additional files in your `target/ink/` directory:
5555

5656
## Next Steps
5757

58-
With Solidity ABI configured, you can now use Ethereum tools with your ink! contracts. Learn more in the [Solidity Interop documentation](/solidity-interop/using-ethereum-tools).
58+
With Solidity ABI configured, you can now use Ethereum tools with your ink! contracts. Learn more in the [Solidity Interop documentation](/docs/v6/solidity-interop/use-ink-with-solidity-abi).

0 commit comments

Comments
 (0)