From 41aed1080ba2831567f38dd690e5c6ea861d112b Mon Sep 17 00:00:00 2001 From: Norbert Pozar Date: Mon, 13 Feb 2017 11:00:47 +0900 Subject: Fix serde.rs link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3