Fix links

This commit is contained in:
Maximilian Ammann 2022-06-03 12:56:42 +02:00
parent 95460435eb
commit 6334e837aa
2 changed files with 6 additions and 6 deletions

View File

@ -24,14 +24,14 @@
<div align="center">
<h3>
<a href="https://maxammann.org/maplibre-rs/webgl">
<a href="https://maplibre-rs-demos.pages.dev/webgl">
WebGL Demo
</a>
<span> | </span>
<a href="https://maxammann.org/maplibre-rs/docs">
<a href="https://maplibre.org/maplibre-rs/docs/book/">
Book
</a> | </span>
<a href="https://maxammann.org/maplibre-rs/api-docs/maplibre/">
<a href="https://maplibre.org/maplibre-rs/docs/api/maplibre/">
API
</a> | </span>
<a href="https://matrix.to/#/#maplibre:matrix.org">
@ -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/).

View File

@ -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
//!