Skip to content

Commit

Permalink
Merge pull request #375 from RalfJung/links
Browse files Browse the repository at this point in the history
fix some link fragments
  • Loading branch information
alexcrichton committed Jul 27, 2018
2 parents 0644ecc + 236acf9 commit 219e261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/expressions/block-expr.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ fn is_unix_platform() -> bool {
[inner attributes]: attributes.html
[expression statement]: statements.html#expression-statements
[`cfg`]: attributes.html#conditional-compilation
[the lint check attributes]: attributes.html#lint-check-attributes.html
[the lint check attributes]: attributes.html#lint-check-attributes
2 changes: 1 addition & 1 deletion src/items/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ attributes].
[`cfg`]: attributes.html#conditional-compilation
[`deprecated`]: attributes.html#deprecation
[`doc`]: attributes.html#documentation
[the lint check attributes]: attributes.html#lint-check-attributes.html
[the lint check attributes]: attributes.html#lint-check-attributes
2 changes: 1 addition & 1 deletion src/statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ statement are [`cfg`], and [the lint check attributes].
[variables]: variables.html
[outer attributes]: attributes.html
[`cfg`]: attributes.html#conditional-compilation
[the lint check attributes]: attributes.html#lint-check-attributes.html
[the lint check attributes]: attributes.html#lint-check-attributes

0 comments on commit 219e261

Please sign in to comment.