Skip to content

Commit c3ea187

Browse files
authored
fix some links
1 parent 7392bcc commit c3ea187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2017-02-02-Rust-1.15.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fn main() {
9999
}
100100
```
101101

102-
For full instructions, see [the website][diesel].
102+
For full instructions, see [the website][Diesel].
103103

104104
These kinds of libraries are extremely powerful, but rely on custom derive for
105105
ergonomics. While these libraries _worked_ on Rust stable previously, they were
@@ -234,7 +234,7 @@ check what your packages are doing and update to use `std::env`!
234234

235235
[cargo/3368]: https://github.com/rust-lang/cargo/pull/3368
236236

237-
The `cargo test` command has [gained support for a `--all` flag][cargo/3221],
237+
The `cargo test` command has [gained support for a `--all` flag][cargo/3321],
238238
which is useful when you have a workspace.
239239

240240
[cargo/3321]: https://github.com/rust-lang/cargo/pull/3321

0 commit comments

Comments
 (0)