diff options
Diffstat (limited to '')
-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 |