aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.