Skip to content

Commit bc16d76

Browse files
shawntabrizibkchrgui1117
authored
Fix CI Link Check (#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 4aaaf27 commit bc16d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Session module allows validators to manage their session keys, provides a function for changing
44
the session length, and handles session rotation.
55

6-
- [`session::Config`](https://docs.rs/pallet-session/latest/pallet_session/trait.Config.html)
6+
- [`session::Trait`](https://docs.rs/pallet-session/latest/pallet_session/trait.Trait.html)
77
- [`Call`](https://docs.rs/pallet-session/latest/pallet_session/enum.Call.html)
88
- [`Module`](https://docs.rs/pallet-session/latest/pallet_session/struct.Module.html)
99

@@ -80,4 +80,4 @@ fn validators<T: pallet_session::Config>() -> Vec<<T as pallet_session::Config>:
8080

8181
- [Staking](https://docs.rs/pallet-staking/latest/pallet_staking/)
8282

83-
License: Apache-2.0
83+
License: Apache-2.0

0 commit comments

Comments
 (0)