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:
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "FRAME pezpallet to manage transaction payments"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezpallet-transaction-payment"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Pallet to manage transaction payments in assets by converting them to native assets."
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezpallet-asset-conversion-tx-payment"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "pezpallet to manage transaction payments in assets"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezpallet-asset-tx-payment"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "RPC interface for the transaction payment pezpallet."
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezpallet-transaction-payment-rpc"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "RPC runtime API for transaction payment FRAME pezpallet"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezpallet-transaction-payment-rpc-runtime-api"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -6,7 +6,7 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Pallet to skip payments for calls annotated with `feeless_if` if the respective conditions are satisfied."
|
||||
documentation = "https://docs.rs/pezpallet-skip-feeless-payment"
|
||||
documentation.workspace = true
|
||||
homepage = { workspace = true }
|
||||
|
||||
[lints]
|
||||
|
||||
Reference in New Issue
Block a user