Skip to content

Commit b1ed745

Browse files
franciscoaguirreTarekkMA
authored andcommitted
Mention new XCM docs in sdk docs (paritytech#4558)
The XCM docs were pretty much moved to the new rust docs format in paritytech#2633, with the addition of the XCM cookbook, which I plan to add more examples to shortly. These docs were not mentioned in the polkadot-sdk rust docs, this PR just mentions them there, so people can actually find them.
1 parent a9a7a1b commit b1ed745

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sdk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ sp-version = { path = "../../substrate/primitives/version" }
100100

101101
# XCM
102102
xcm = { package = "staging-xcm", path = "../../polkadot/xcm" }
103+
xcm-docs = { path = "../../polkadot/xcm/docs" }

docs/sdk/src/polkadot_sdk/xcm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
//!
5151
//! ## Get started
5252
//!
53-
//! To learn how it works and to get started, go to the [XCM docs](https://paritytech.github.io/xcm-docs/).
53+
//! To learn how it works and to get started, go to the [XCM docs](xcm_docs).
5454
5555
#[cfg(test)]
5656
mod tests {

0 commit comments

Comments
 (0)