diff options
author | Nadrieril | 2019-12-21 22:30:52 +0000 |
---|---|---|
committer | Nadrieril | 2019-12-21 22:30:52 +0000 |
commit | bd2ab17dd0d61d70105a9946d3998bcdb17d04a4 (patch) | |
tree | 3b5e19252231e6b1db2b6eee44cae05720cce0a7 | |
parent | 6fd4156325e17a313135cb966bb137db9f684768 (diff) |
Typo
-rw-r--r-- | dhall/README.md | 2 | ||||
-rw-r--r-- | dhall_proc_macros/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dhall/README.md b/dhall/README.md index e40458a..82b3e6a 100644 --- a/dhall/README.md +++ b/dhall/README.md @@ -7,4 +7,4 @@ that instead. The API is very unstable and does not respect semver; use at your own risk. -[`serde_dhall`](https://docs.rs/serde_dhall) +[`serde_dhall`]: https://docs.rs/serde_dhall diff --git a/dhall_proc_macros/README.md b/dhall_proc_macros/README.md index 2900f0e..9f512c6 100644 --- a/dhall_proc_macros/README.md +++ b/dhall_proc_macros/README.md @@ -3,5 +3,5 @@ This is an internal crate used for [`serde_dhall`], you probably want to use that instead. -[`serde_dhall`](https://docs.rs/serde_dhall) +[`serde_dhall`]: https://docs.rs/serde_dhall |