diff --git a/README.md b/README.md index c1c5a34c..3a64ee98 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@

- + WebGL Demo | - + Book | - + API | @@ -111,7 +111,7 @@ cargo run -p maplibre-demo ``` More information about building for different platforms can be -found [here](https://maxammann.org/maplibre-rs/docs/development-guide/building.html). +found [here](https://maplibre.org/maplibre-rs/docs/book/development-guide/building.html). ## Rust Setup @@ -129,4 +129,4 @@ dependency. cargo doc --open ``` -You can also view the up-to-date documentation [here](https://maxammann.org/maplibre-rs/docs/). +You can also view the up-to-date documentation [here](https://maplibre.org/maplibre-rs/docs/api/maplibre/). diff --git a/maplibre/src/lib.rs b/maplibre/src/lib.rs index 6fe7472e..00291214 100644 --- a/maplibre/src/lib.rs +++ b/maplibre/src/lib.rs @@ -6,7 +6,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 //!