From 82d44da2d7e75d4325a4687e8225bf91e0523505 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 23 Dec 2014 09:54:56 -0800 Subject: [PATCH] Update documentation links --- Cargo.toml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7fd6144..a61366b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-lang/num" repository = "https://github.com/rust-lang/num" +documentation = "http://doc.rust-lang.org/num" keywords = ["mathematics", "numerics"] description = """ Simple numerics. This crate contains basic arbitrary-sized integer, diff --git a/README.md b/README.md index 9763a73..413ad08 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Arbitrary sized numeric types for Rust. +[Documentation](http://doc.rust-lang.org/num) + ## Usage Add this to your `Cargo.toml`: