Skip to content

Commit

Permalink
Fix link to getting started guide (#3071)
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Louwers <[email protected]>
  • Loading branch information
westnordost and louwers authored Dec 9, 2024
1 parent 112edb6 commit 1b87543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class MainActivity : AppCompatActivity() {
```
</details>

For more information, refer to the [Android API Documentation](https://maplibre.org/maplibre-native/android/api/), [Android Examples Documentation](https://maplibre.org/maplibre-native/docs/book/android/getting-started-guide.html) or the [MapLibre Native Android `README.md`](platform/android/README.md).
For more information, refer to the [Android API Documentation](https://maplibre.org/maplibre-native/android/api/), [Android Examples Documentation](https://maplibre.org/maplibre-native/android/examples/getting-started/) or the [MapLibre Native Android `README.md`](platform/android/README.md).

## iOS

Expand Down
2 changes: 1 addition & 1 deletion platform/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MapLibre Native for Android is a library for embedding interactive map views wit

## Getting Started

Visit [https://maplibre.org/maplibre-native/docs/book/android/getting-started-guide.html](https://maplibre.org/maplibre-native/docs/book/android/getting-started-guide.html) to view the Getting Started Guide for MapLibre Native for Android.
Visit [https://maplibre.org/maplibre-native/android/examples/getting-started/](https://maplibre.org/maplibre-native/android/examples/getting-started/) to view the Getting Started Guide for MapLibre Native for Android.

## Documentation

Expand Down

0 comments on commit 1b87543

Please sign in to comment.