Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix markup, and use actual links #1171

Merged
merged 1 commit into from
Jun 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions text/0505-api-comment-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@ it's important to mark what is not Rust so your tests don't fail.
References and citation should be linked 'reference style.' Prefer

```
[some paper][something]
[Rust website][1]

[something]: http://www.foo.edu/something.pdf)
[1]: http://www.rust-lang.org
```

to

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

## English
Expand Down