diff --git a/docs/api/maplibre/index.html b/docs/api/maplibre/index.html index 293ec627..28126a04 100644 --- a/docs/api/maplibre/index.html +++ b/docs/api/maplibre/index.html @@ -9,7 +9,7 @@

Maplibre-rs is a map renderer that can run natively on MacOS, Linux, Windows, Android, iOS and the web. It takes advantage of Lyon to tessellate vector tiles and WebGPU to display them efficiently. Maplibre-rs also has an headless mode (work in progress) that can generate rasters.

-

The official guide book can be found here.

+

The official guide book can be found here.

Example

To import maplibre-rs in your Cargo.toml:

maplibre = "0.0.2"

Modules

diff --git a/docs/api/src/maplibre/lib.rs.html b/docs/api/src/maplibre/lib.rs.html index f62c31ec..6561188c 100644 --- a/docs/api/src/maplibre/lib.rs.html +++ b/docs/api/src/maplibre/lib.rs.html @@ -306,7 +306,7 @@ //! It takes advantage of Lyon to tessellate vector tiles and WebGPU to display them efficiently. //! Maplibre-rs also has an headless mode (*work in progress*) that can generate rasters. //! -//! The official guide book can be found [here](https://maxammann.org/maplibre-rs/docs/). +//! The official guide book can be found [here](https://maplibre.org/maplibre-rs/docs/book/). //! //! ### Example //!