Fix building guide link (#151)

* Fix building guide link.

Link to information on how to build for different platforms went to a 404. Changing to the current url.

* Change sentence to "running"

Co-authored-by: Antoine Drabble <antoine.drabble@gmail.com>
Co-authored-by: Max Ammann <max@maxammann.org>
This commit is contained in:
BezPowell 2022-07-07 09:03:09 +01:00 committed by GitHub
parent 4391d216fa
commit 93961379d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,8 +110,8 @@ Build and run it on a desktop
cargo run -p maplibre-demo
```
More information about building for different platforms can be
found [here](https://maplibre.org/maplibre-rs/docs/book/development-guide/building.html).
More information about running the demos on different platforms can be
found [here](https://maplibre.org/maplibre-rs/docs/book/development-guide/how-to-run.html).
## Rust Setup