Skip to content
Snippets Groups Projects
Commit f658ea0d authored by Yongjin Huang's avatar Yongjin Huang Committed by GitHub
Browse files

fix pallet_uniques docs link (#11651)

parent c8ce7f54
Branches
No related merge requests found
......@@ -10,9 +10,9 @@ The Uniques module provides functionality for asset management of non-fungible a
* Asset Transfer
* Asset Destruction
To use it in your runtime, you need to implement the assets [`uniques::Config`](https://docs.rs/pallet-uniques/latest/pallet_uniques/pallet/trait.Config.html).
To use it in your runtime, you need to implement the assets [`uniques::Config`](https://paritytech.github.io/substrate/master/pallet_uniques/pallet/trait.Config.html).
The supported dispatchable functions are documented in the [`uniques::Call`](https://docs.rs/pallet-uniques/latest/pallet_uniques/pallet/enum.Call.html) enum.
The supported dispatchable functions are documented in the [`uniques::Call`](https://paritytech.github.io/substrate/master/pallet_uniques/pallet/enum.Call.html) enum.
### Terminology
......@@ -66,7 +66,7 @@ The Uniques pallet in Substrate is designed to make the following possible:
* `force_create`: Create a new asset class.
* `force_asset_status`: Alter the underlying characteristics of an asset class.
Please refer to the [`Call`](https://docs.rs/pallet-assets/latest/pallet_assets/enum.Call.html) enum
Please refer to the [`Call`](https://paritytech.github.io/substrate/master/pallet_uniques/pallet/enum.Call.html) enum
and its associated variants for documentation on each function.
## Related Modules
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment