aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-08 08:01:49 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-08 08:01:49 -0700
commit67132245640a0d2e95b696163b504553eb55efa5 (patch)
tree2c668c94374c8f14be0789863c20e97e87642cc2 /README.md
parent2d49247b92f74cf760202b7d1a08d61804f45bca (diff)
downloadmilf-rs-67132245640a0d2e95b696163b504553eb55efa5.tar.gz
milf-rs-67132245640a0d2e95b696163b504553eb55efa5.zip
Tweak doc url in README
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 259846e..09b7152 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/alexcrichton/toml-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/toml-rs)
-[Documentation](http://alexcrichton.com/toml-rs/toml/index.html)
+[Documentation](http://alexcrichton.com/toml-rs)
A [TOML][toml] decoder and encoder for Rust. This library is currently compliant with
the v0.4.0 version of TOML. This library will also likely continue to stay up to