chore: update documentation URLs to use workspace setting
Replace all docs.rs documentation URLs with documentation.workspace = true to inherit from the workspace's docs.pezkuwichain.io URL.
This commit is contained in:
@@ -6,7 +6,7 @@ authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Fixtures for testing contracts pezpallet."
|
||||
documentation = "https://docs.rs/pezpallet-contracts-fixtures"
|
||||
documentation.workspace = true
|
||||
repository = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
# Binary targets are injected dynamically by the build script.
|
||||
# Note: workspace = true fields removed because this is compiled in a temp directory
|
||||
description = "Pezkuwi SDK component: contracts"
|
||||
documentation = "https://docs.rs/contracts"
|
||||
documentation.workspace = true
|
||||
repository = "https://github.com/pezkuwichain/pezkuwi-sdk"
|
||||
homepage = "https://pezkuwi.io"
|
||||
authors = ["Pezkuwi Chain <admin@pezkuwi.io>"]
|
||||
|
||||
@@ -6,7 +6,7 @@ authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Common utilities for pezpallet-contracts-fixtures."
|
||||
documentation = "https://docs.rs/pezpallet-contracts-fixtures-common"
|
||||
documentation.workspace = true
|
||||
repository = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user