Skip to content

Commit 73f9f4a

Browse files
committed
Auto merge of #6191 - ehuss:fix-uuid-link, r=alexcrichton
Fix minor broken link in docs.
2 parents 4ed9373 + ccf2a65 commit 73f9f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/specifying-dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ section here.
198198

199199
### Testing a bugfix
200200

201-
Let's say you're working with the [`uuid`] crate but while you're working on it
201+
Let's say you're working with the [`uuid` crate] but while you're working on it
202202
you discover a bug. You are, however, quite enterprising so you decide to also
203203
try out to fix the bug! Originally your manifest will look like:
204204

205-
[`uuid`](https://crates.io/crates/uuid)
205+
[`uuid` crate]: https://crates.io/crates/uuid
206206

207207
```toml
208208
[package]

0 commit comments

Comments
 (0)