From b219a19608ad56af2c38647a25801494c9278b00 Mon Sep 17 00:00:00 2001 From: projektir Date: Sat, 8 Apr 2017 21:28:37 -0400 Subject: [PATCH] Fixing the documentation link in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f341727..1ba2949c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.11.2" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and satically-sized or dynamically-sized matrices." -documentation = "http://nalgebra.org/doc/nalgebra/index.html" +documentation = "http://nalgebra.org/rustdoc/nalgebra/index.html" homepage = "http://nalgebra.org" repository = "https://github.com/sebcrozet/nalgebra" readme = "README.md"