Skip to content

Commit 5d63721

Browse files
committed
style-guide: Make link text in SUMMARY.md match the headings in the linked pages
1 parent a9d1db3 commit 5d63721

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/doc/style-guide/src/SUMMARY.md

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

33
[Introduction](README.md)
44

5-
- [Module-level items](items.md)
5+
- [Items](items.md)
66
- [Statements](statements.md)
77
- [Expressions](expressions.md)
8-
- [Types](types.md)
9-
- [Non-formatting conventions](advice.md)
8+
- [Types and Bounds](types.md)
9+
- [Other style advice](advice.md)
1010
- [`Cargo.toml` conventions](cargo.md)
11-
- [Principles used for deciding these guidelines](principles.md)
11+
- [Guiding principles and rationale](principles.md)

src/doc/style-guide/src/cargo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cargo.toml conventions
1+
# `Cargo.toml` conventions
22

33
## Formatting conventions
44

src/doc/style-guide/src/statements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Statements
2+
13
### Let statements
24

35
There should be spaces after the `:` and on both sides of the `=` (if they are

0 commit comments

Comments
 (0)