Merge pull request #125 from maxammann/update-links

Fix links
This commit is contained in:
Max Ammann 2022-06-03 13:15:57 +02:00 committed by Maximilian Ammann
commit f2e13c1317
4 changed files with 9 additions and 9 deletions

View File

@ -23,4 +23,4 @@ runs:
with:
apiToken: ${{ inputs.CF_API_TOKEN }}
accountId: ${{ inputs.CF_ACCOUNT_ID }}
command: pages publish --project-name=${{ inputs.project }} ${{ inputs.source }}
command: pages publish --branch production --project-name=${{ inputs.project }} ${{ inputs.source }}

View File

@ -92,8 +92,8 @@ jobs:
shell: bash
run: |
echo "/*
Cross-Origin-Opener-Policy: \"same-origin\"
Cross-Origin-Embedder-Policy: \"require-corp\"" > demo/_headers
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp" > demo/_headers
- name: Deploy
uses: ./.github/actions/cloudflare-deploy
with:

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