aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-02-13 08:28:01 -0600
committerGitHub <noreply@github.com>2017-02-13 08:28:01 -0600
commitccd5de0b83c52d062f2bd3e195a772bde2bf6487 (patch)
tree1cb60c45ff68f2073a4f767915a551a202edd330
parentfba7778782193f0d0899f82d6b322da59a9044a0 (diff)
parent41aed1080ba2831567f38dd690e5c6ea861d112b (diff)
downloadmilf-rs-ccd5de0b83c52d062f2bd3e195a772bde2bf6487.tar.gz
milf-rs-ccd5de0b83c52d062f2bd3e195a772bde2bf6487.zip
Merge pull request #148 from rekka/patch-1
Fix serde.rs link in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee2c56d..dfd11ac 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ toml = "0.3"
```
This crate also supports serialization/deserialization through the
-[serde](serde.rs) crate on crates.io. Currently the older `rustc-serialize`
+[serde](https://serde.rs) crate on crates.io. Currently the older `rustc-serialize`
crate is not supported in the 0.3+ series of the `toml` crate, but 0.2 can be
used for that support.