Browse Source

Update documentation links

Alex Crichton 10 years ago
parent
commit
82d44da2d7
2 changed files with 3 additions and 0 deletions
  1. 1 0
      Cargo.toml
  2. 2 0
      README.md

+ 1 - 0
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,

+ 2 - 0
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`: