diff --git a/README.md b/README.md index e8723c47..bd506833 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * real time computer graphics. * real time computer physics. -An on-line version of this documentation is available [here](http://crozet.re/nalgebra/index.html). +An on-line version of this documentation is available [here](http://crozet.re/nalgebra/doc/nalgebra/index.html). ## Using **nalgebra** All the functionalities of **nalgebra** are grouped in one place: the `na` module. diff --git a/src/lib.rs b/src/lib.rs index 827912ff..ea2dc9be 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ * real time computer graphics. * real time computer physics. -An on-line version of this documentation is available [here](http://crozet.re/nalgebra/index.html). +An on-line version of this documentation is available [here](http://crozet.re/nalgebra/doc/nalgebra/index.html). ## Using **nalgebra** All the functionalities of **nalgebra** are grouped in one place: the `na` module.