Skip to content

Commit dc30725

Browse files
Fix remix link
1 parent 59d7508 commit dc30725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

develop/smart-contracts/precompiles/xcm-precompile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Located at the fixed address `0x00000000000000000000000000000000000a0000`, the X
1616
- **`send`**: for cross-chain message transmission
1717
- **`weighMessage`**: for cost estimation
1818

19-
This guide demonstrates how to interact with the XCM precompile through Solidity smart contracts using [Remix IDE](/develop/smart-contracts/dev-environments/remix.md){target=\_blank}.
19+
This guide demonstrates how to interact with the XCM precompile through Solidity smart contracts using [Remix IDE](/develop/smart-contracts/dev-environments/remix){target=\_blank}.
2020

2121
!!!note
2222
The XCM precompile provides the barebones XCM functionality. While it provides a lot of flexibility, it doesn't provide abstractions to hide away XCM details. These have to be built on top.

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12487,7 +12487,7 @@ Located at the fixed address `0x00000000000000000000000000000000000a0000`, the X
1248712487
- **`send`**: for cross-chain message transmission
1248812488
- **`weighMessage`**: for cost estimation
1248912489

12490-
This guide demonstrates how to interact with the XCM precompile through Solidity smart contracts using [Remix IDE](/develop/smart-contracts/dev-environments/remix.md){target=\_blank}.
12490+
This guide demonstrates how to interact with the XCM precompile through Solidity smart contracts using [Remix IDE](/develop/smart-contracts/dev-environments/remix){target=\_blank}.
1249112491

1249212492
!!!note
1249312493
The XCM precompile provides the barebones XCM functionality. While it provides a lot of flexibility, it doesn't provide abstractions to hide away XCM details. These have to be built on top.

0 commit comments

Comments
 (0)