mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix links
This commit is contained in:
parent
95460435eb
commit
6334e837aa
10
README.md
10
README.md
@ -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/).
|
||||
|
||||
@ -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
|
||||
//!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user