Skip to content

Commit b4907b5

Browse files
committed
Merge pull request #1171 from tshepang/patch-1
fix markup, and use actual links
2 parents feaa1eb + 9bfb567 commit b4907b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0505-api-comment-conventions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ it's important to mark what is not Rust so your tests don't fail.
113113
References and citation should be linked 'reference style.' Prefer
114114

115115
```
116-
[some paper][something]
116+
[Rust website][1]
117117
118-
[something]: http://www.foo.edu/something.pdf)
118+
[1]: http://www.rust-lang.org
119119
```
120120

121121
to
122122

123123
```
124-
[some paper][http://www.foo.edu/something.pdf]
124+
[Rust website](http://www.rust-lang.org)
125125
```
126126

127127
## English

0 commit comments

Comments
 (0)