Fix html_root_url.

This commit is contained in:
Sébastien Crozet 2017-04-09 13:19:27 +02:00
parent b219a19608
commit cbbe1a2aee
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ an optimized set of tools for computer graphics and physics. Those features incl
#![deny(unused_qualifications)]
#![deny(unused_results)]
#![warn(missing_docs)]
#![doc(html_root_url = "http://nalgebra.org/doc")]
#![doc(html_root_url = "http://nalgebra.org/rustdoc")]
#[cfg(feature = "arbitrary")]
extern crate quickcheck;