aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNorbert Pozar <bertapozar@gmail.com>2017-02-13 11:00:47 +0900
committerGitHub <noreply@github.com>2017-02-13 11:00:47 +0900
commit41aed1080ba2831567f38dd690e5c6ea861d112b (patch)
tree1cb60c45ff68f2073a4f767915a551a202edd330 /README.md
parentfba7778782193f0d0899f82d6b322da59a9044a0 (diff)
downloadmilf-rs-41aed1080ba2831567f38dd690e5c6ea861d112b.tar.gz
milf-rs-41aed1080ba2831567f38dd690e5c6ea861d112b.zip
Fix serde.rs link in README.md
Diffstat (limited to '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.