diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-04-08 08:01:49 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-08 08:01:49 -0700 |
commit | 67132245640a0d2e95b696163b504553eb55efa5 (patch) | |
tree | 2c668c94374c8f14be0789863c20e97e87642cc2 | |
parent | 2d49247b92f74cf760202b7d1a08d61804f45bca (diff) | |
download | milf-rs-67132245640a0d2e95b696163b504553eb55efa5.tar.gz milf-rs-67132245640a0d2e95b696163b504553eb55efa5.zip |
Tweak doc url in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |