Skip to content

Commit f9d06a9

Browse files
shawntabrizibkchrgui1117
authored andcommitted
Fix CI Link Check (paritytech#7639)
* fix trigger fingers * more * Update frame/example-offchain-worker/README.md Co-authored-by: Guillaume Thiolliere <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Guillaume Thiolliere <[email protected]>
1 parent e4274e3 commit f9d06a9

File tree

26 files changed

+56
-56
lines changed

26 files changed

+56
-56
lines changed

frame/assets/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ with a fixed supply, including:
1111
* Asset Transfer
1212
* Asset Destruction
1313

14-
To use it in your runtime, you need to implement the assets [`Config`](https://docs.rs/pallet-assets/latest/pallet_assets/trait.Config.html).
14+
To use it in your runtime, you need to implement the assets [`assets::Trait`](https://docs.rs/pallet-assets/latest/pallet_assets/trait.Trait.html).
1515

16-
The supported dispatchable functions are documented in the [`Call`](https://docs.rs/pallet-assets/latest/pallet_assets/enum.Call.html) enum.
16+
The supported dispatchable functions are documented in the [`assets::Call`](https://docs.rs/pallet-assets/latest/pallet_assets/enum.Call.html) enum.
1717

1818
### Terminology
1919

@@ -113,4 +113,4 @@ them are violated, the behavior of this module is undefined.
113113
* [`System`](https://docs.rs/frame-system/latest/frame_system/)
114114
* [`Support`](https://docs.rs/frame-support/latest/frame_support/)
115115

116-
License: Apache-2.0
116+
License: Apache-2.0

frame/atomic-swap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A module for atomically sending funds.
44

5-
- [`atomic_swap::Config`](https://docs.rs/pallet-atomic-swap/latest/pallet_atomic_swap/trait.Config.html)
5+
- [`atomic_swap::Trait`](https://docs.rs/pallet-atomic-swap/latest/pallet_atomic_swap/trait.Trait.html)
66
- [`Call`](https://docs.rs/pallet-atomic-swap/latest/pallet_atomic_swap/enum.Call.html)
77
- [`Module`](https://docs.rs/pallet-atomic-swap/latest/pallet_atomic_swap/struct.Module.html)
88

@@ -20,4 +20,4 @@ claimed within a specified duration of time, the sender may cancel it.
2020
* `claim_swap` - called by the target to approve a swap
2121
* `cancel_swap` - may be called by a sender after a specified duration
2222

23-
License: Apache-2.0
23+
License: Apache-2.0

frame/aura/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aura Module
22

3-
- [`aura::Config`](https://docs.rs/pallet-aura/latest/pallet_aura/trait.Config.html)
3+
- [`aura::Trait`](https://docs.rs/pallet-aura/latest/pallet_aura/trait.Trait.html)
44
- [`Module`](https://docs.rs/pallet-aura/latest/pallet_aura/struct.Module.html)
55

66
## Overview
@@ -25,4 +25,4 @@ If you're interested in hacking on this module, it is useful to understand the i
2525
[`ProvideInherent`](https://docs.rs/sp-inherents/latest/sp_inherents/trait.ProvideInherent.html) and
2626
[`ProvideInherentData`](https://docs.rs/sp-inherents/latest/sp_inherents/trait.ProvideInherentData.html) to create and check inherents.
2727

28-
License: Apache-2.0
28+
License: Apache-2.0

frame/balances/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Balances module provides functionality for handling accounts and balances.
44

5-
- [`balances::Config`](https://docs.rs/pallet-balances/latest/pallet_balances/trait.Config.html)
5+
- [`balances::Trait`](https://docs.rs/pallet-balances/latest/pallet_balances/trait.Trait.html)
66
- [`Call`](https://docs.rs/pallet-balances/latest/pallet_balances/enum.Call.html)
77
- [`Module`](https://docs.rs/pallet-balances/latest/pallet_balances/struct.Module.html)
88

@@ -119,4 +119,4 @@ The Balances module depends on the [`GenesisConfig`](https://docs.rs/pallet-bala
119119

120120
* Total issued balanced of all accounts should be less than `Config::Balance::max_value()`.
121121

122-
License: Apache-2.0
122+
License: Apache-2.0

frame/contracts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Contract module provides functionality for the runtime to deploy and execute WebAssembly smart-contracts.
44

5-
- [`contract::Config`](https://docs.rs/pallet-contracts/latest/pallet_contracts/trait.Config.html)
5+
- [`contract::Trait`](https://docs.rs/pallet-contracts/latest/pallet_contracts/trait.Trait.html)
66
- [`Call`](https://docs.rs/pallet-contracts/latest/pallet_contracts/enum.Call.html)
77

88
## Overview
@@ -61,4 +61,4 @@ WebAssembly based smart contracts in the Rust programming language. This is a wo
6161

6262
* [Balances](https://docs.rs/pallet-balances/latest/pallet_balances/)
6363

64-
License: Apache-2.0
64+
License: Apache-2.0

frame/democracy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Democracy Pallet
22

3-
- [`democracy::Config`](https://docs.rs/pallet-democracy/latest/pallet_democracy/trait.Config.html)
3+
- [`democracy::Trait`](https://docs.rs/pallet-democracy/latest/pallet_democracy/trait.Trait.html)
44
- [`Call`](https://docs.rs/pallet-democracy/latest/pallet_democracy/enum.Call.html)
55

66
## Overview
@@ -132,4 +132,4 @@ This call can only be made by the `VetoOrigin`.
132132
- `cancel_queued` - Cancels a proposal that is queued for enactment.
133133
- `clear_public_proposal` - Removes all public proposals.
134134

135-
License: Apache-2.0
135+
License: Apache-2.0

frame/elections-phragmen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ being re-elected at the end of each round.
6060

6161
### Module Information
6262

63-
- [`election_sp_phragmen::Config`](https://docs.rs/pallet-elections-phragmen/latest/pallet_elections_phragmen/trait.Config.html)
63+
- [`election_sp_phragmen::Trait`](https://docs.rs/pallet-elections-phragmen/latest/pallet_elections_phragmen/trait.Trait.html)
6464
- [`Call`](https://docs.rs/pallet-elections-phragmen/latest/pallet_elections_phragmen/enum.Call.html)
6565
- [`Module`](https://docs.rs/pallet-elections-phragmen/latest/pallet_elections_phragmen/struct.Module.html)
6666

67-
License: Apache-2.0
67+
License: Apache-2.0

frame/example-offchain-worker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concepts, APIs and structures common to most offchain workers.
77
Run `cargo doc --package pallet-example-offchain-worker --open` to view this module's
88
documentation.
99

10-
- [`pallet_example_offchain_worker::Config`](./trait.Config.html)
10+
- [`pallet_example_offchain_worker::Trait`](./trait.Trait.html)
1111
- [`Call`](./enum.Call.html)
1212
- [`Module`](./struct.Module.html)
1313

@@ -24,4 +24,4 @@ Additional logic in OCW is put in place to prevent spamming the network with bot
2424
and unsigned transactions, and custom `UnsignedValidator` makes sure that there is only
2525
one unsigned transaction floating in the network.
2626

27-
License: Unlicense
27+
License: Unlicense

frame/example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Copy and paste this template from frame/example/src/lib.rs into file
4646
// Include the following links that shows what trait needs to be implemented to use the pallet
4747
// and the supported dispatchables that are documented in the Call enum.
4848

49-
- \[`<INSERT_CUSTOM_PALLET_NAME>::Config`](https://docs.rs/pallet-example/latest/pallet_example/trait.Config.html)
49+
- \[`<INSERT_CUSTOM_PALLET_NAME>::Trait`](https://docs.rs/pallet-example/latest/pallet_example/trait.Trait.html)
5050
- \[`Call`](https://docs.rs/pallet-example/latest/pallet_example/enum.Call.html)
5151
- \[`Module`](https://docs.rs/pallet-example/latest/pallet_example/struct.Module.html)
5252

@@ -235,4 +235,4 @@ pub trait Config: <INSERT_CUSTOM_PALLET_NAME>::Config { }
235235
// that the implementation is based on.
236236
</pre></p></details>
237237

238-
License: Unlicense
238+
License: Unlicense

frame/identity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Identity Module
22

3-
- [`identity::Config`](https://docs.rs/pallet-identity/latest/pallet_identity/trait.Config.html)
3+
- [`identity::Trait`](https://docs.rs/pallet-identity/latest/pallet_identity/trait.Trait.html)
44
- [`Call`](https://docs.rs/pallet-identity/latest/pallet_identity/enum.Call.html)
55

66
## Overview
@@ -53,4 +53,4 @@ no state-bloat attack is viable.
5353
[`Call`]: ./enum.Call.html
5454
[`Config`]: ./trait.Config.html
5555

56-
License: Apache-2.0
56+
License: Apache-2.0

0 commit comments

Comments
 (0)