Skip to content

Commit 665520f

Browse files
Merge pull request #413 from Havvy/fix-link
Newline in link refs to fix them
2 parents 821355a + f43f6ac commit 665520f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/attributes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,8 @@ You can implement `derive` for your own traits through [procedural macros].
552552
[function-like macro]: procedural-macros.html#function-like-procedural-macros
553553
[conditional compilation]: conditional-compilation.html
554554
[derive mode macro]: procedural-macros.html#derive-mode-macros
555-
[trait]: items/traits.html[main]: crates-and-source-files.html
555+
[trait]: items/traits.html
556+
[main]: crates-and-source-files.html
556557
[`Termination`]: ../std/process/trait.Termination.html
557558
[where clause]: items/where-clauses.html
558559
[trait or lifetime bounds]: trait-bounds.html

0 commit comments

Comments
 (0)