Point documentation links to monorepo (#1741)

This commit is contained in:
Sebastian Kunert
2023-09-29 22:33:26 +02:00
committed by GitHub
parent f820dc0a1f
commit 9485b0b492
44 changed files with 83 additions and 82 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ pub mod pallet {
### Example from the FRAME
The [Session module](https://github.com/paritytech/substrate/blob/master/frame/session/src/lib.rs) uses
The [Session module](https://github.com/paritytech/polkadot-sdk/blob/master/substrate/frame/session/src/lib.rs) uses
the Timestamp module for session management.
## Related Modules