From 6857232c8278c7675820b7b7cdcbd6383071ec58 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 14 Apr 2015 14:00:33 -0700 Subject: [PATCH] Fix some doc links --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d68b90f..b0e688f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["kwantam "] homepage = "https://github.com/unicode-rs/unicode-width" repository = "https://github.com/unicode-rs/unicode-width" -documentation = "https://unicode-rs.github.io/unicode-width/unicode-width" +documentation = "https://unicode-rs.github.io/unicode-width" license = "MIT/Apache-2.0" keywords = ["text", "width", "unicode"] readme = "README.md" diff --git a/README.md b/README.md index 9f05880..2891469 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ fn main() { } ``` -[Documentation](http://unicode-rs.github.io/unicode-width/unicode-width/) +[Documentation](http://unicode-rs.github.io/unicode-width/unicode_width/)