Update the htaml_root_url.
This commit is contained in:
parent
7d5cc4912d
commit
fb26d4d0fb
|
@ -15,7 +15,8 @@ Simply add the following to your `Cargo.toml` file:
|
|||
|
||||
```.ignore
|
||||
[dependencies]
|
||||
nalgebra = "0.23"
|
||||
// TODO: replace the * by the latest version.
|
||||
nalgebra = "*"
|
||||
```
|
||||
|
||||
|
||||
|
@ -82,7 +83,7 @@ an optimized set of tools for computer graphics and physics. Those features incl
|
|||
#![deny(missing_docs)]
|
||||
#![doc(
|
||||
html_favicon_url = "https://nalgebra.org/img/favicon.ico",
|
||||
html_root_url = "https://nalgebra.org/rustdoc"
|
||||
html_root_url = "https://docs.rs/nalgebra/0.24.0"
|
||||
)]
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
#![cfg_attr(all(feature = "alloc", not(feature = "std")), feature(alloc))]
|
||||
|
|
Loading…
Reference in New Issue