Skip to content

Commit f776a7f

Browse files
authored
Update READMEs, fix links (#7176)
* Re-generate READMEs to fix doc links; set readme field in package manifests * Re-generate READMEs to fix doc links; set readme field in package manifests * Re-generate READMEs to fix doc links; set readme field in package manifests * Re-generate READMEs to fix doc links; set readme field in package manifests * Revert stuff that shouldn't have been committed * Revert stuff that shouldn't have been committed * Fix parent relative link generation * Manually remove this incorrect link for now.
1 parent a9983cd commit f776a7f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://substrate.dev"
88
repository = "https://github.com/paritytech/substrate/"
99
description = "FRAME Timestamp Module"
1010
documentation = "https://docs.rs/pallet-timestamp"
11+
readme = "README.md"
1112

1213
[package.metadata.docs.rs]
1314
targets = ["x86_64-unknown-linux-gnu"]

README.md

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

33
The Timestamp module provides functionality to get and set the on-chain time.
44

5-
- [`timestamp::Trait`](./trait.Trait.html)
6-
- [`Call`](./enum.Call.html)
7-
- [`Module`](./struct.Module.html)
5+
- [`timestamp::Trait`](https://docs.rs/pallet-timestamppallet-timestamp/latest/pallet_timestamp/trait.Trait.html)
6+
- [`Call`](https://docs.rs/pallet-timestamppallet-timestamp/latest/pallet_timestamp/enum.Call.html)
7+
- [`Module`](https://docs.rs/pallet-timestamppallet-timestamp/latest/pallet_timestamp/struct.Module.html)
88

99
## Overview
1010

@@ -69,6 +69,6 @@ the Timestamp module for session management.
6969

7070
## Related Modules
7171

72-
* [Session](../pallet_session/index.html)
72+
* [Session](https://docs.rs/pallet-timestamppallet-session/latest/pallet_session/)
7373

7474
License: Apache-2.0

0 commit comments

Comments
 (0)