Skip to content

Commit 219e261

Browse files
authored
Merge pull request #375 from RalfJung/links
fix some link fragments
2 parents 0644ecc + 236acf9 commit 219e261

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/expressions/block-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ fn is_unix_platform() -> bool {
8585
[inner attributes]: attributes.html
8686
[expression statement]: statements.html#expression-statements
8787
[`cfg`]: attributes.html#conditional-compilation
88-
[the lint check attributes]: attributes.html#lint-check-attributes.html
88+
[the lint check attributes]: attributes.html#lint-check-attributes

src/items/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ attributes].
149149
[`cfg`]: attributes.html#conditional-compilation
150150
[`deprecated`]: attributes.html#deprecation
151151
[`doc`]: attributes.html#documentation
152-
[the lint check attributes]: attributes.html#lint-check-attributes.html
152+
[the lint check attributes]: attributes.html#lint-check-attributes

src/statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ statement are [`cfg`], and [the lint check attributes].
105105
[variables]: variables.html
106106
[outer attributes]: attributes.html
107107
[`cfg`]: attributes.html#conditional-compilation
108-
[the lint check attributes]: attributes.html#lint-check-attributes.html
108+
[the lint check attributes]: attributes.html#lint-check-attributes

0 commit comments

Comments
 (0)