We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents feaa1eb + 9bfb567 commit b4907b5Copy full SHA for b4907b5
text/0505-api-comment-conventions.md
@@ -113,15 +113,15 @@ it's important to mark what is not Rust so your tests don't fail.
113
References and citation should be linked 'reference style.' Prefer
114
115
```
116
-[some paper][something]
+[Rust website][1]
117
118
-[something]: http://www.foo.edu/something.pdf)
+[1]: http://www.rust-lang.org
119
120
121
to
122
123
124
-[some paper][http://www.foo.edu/something.pdf]
+[Rust website](http://www.rust-lang.org)
125
126
127
## English
0 commit comments