Fixing the documentation link in Cargo.toml

This commit is contained in:
projektir 2017-04-08 21:28:37 -04:00 committed by Sébastien Crozet
parent 9c79937485
commit b219a19608
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "0.11.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Linear algebra library with transformations and satically-sized or dynamically-sized matrices." 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" homepage = "http://nalgebra.org"
repository = "https://github.com/sebcrozet/nalgebra" repository = "https://github.com/sebcrozet/nalgebra"
readme = "README.md" readme = "README.md"