diff --git a/templates/parachain/pallets/xcnft/Cargo.toml b/templates/parachain/pallets/xcnft/Cargo.toml index 65396d2725c2..5adcb4d8a13f 100644 --- a/templates/parachain/pallets/xcnft/Cargo.toml +++ b/templates/parachain/pallets/xcnft/Cargo.toml @@ -4,7 +4,7 @@ authors = ["ParaSpell Research"] description = "Pallet for NFT sharing using XCM." version = "0.1.0" license = "MIT" -homepage = "https://docs.paraspell.io" +homepage = "https://paraspell-research.github.io/xcnft-docs/" repository.workspace = true edition.workspace = true diff --git a/templates/parachain_two/pallets/xcnft/Cargo.toml b/templates/parachain_two/pallets/xcnft/Cargo.toml index 28420b1bf9f9..2f292208934f 100644 --- a/templates/parachain_two/pallets/xcnft/Cargo.toml +++ b/templates/parachain_two/pallets/xcnft/Cargo.toml @@ -4,7 +4,7 @@ authors = ["ParaSpell Research"] description = "Pallet for NFT sharing using XCM." version = "0.1.0" license = "MIT" -homepage = "https://docs.paraspell.io" +homepage = "https://paraspell-research.github.io/xcnft-docs/" repository.workspace = true edition.workspace = true