Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Oct 31, 2024
1 parent 2faa4fe commit e0ae296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MapLibre for Python

[MapLibre for Python](https://github.com/eodaGmbH/py-maplibregl) provides Python bindings for [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js).
[MapLibre for Python](https://github.com/eoda-dev/py-maplibregl) provides Python bindings for [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js).

It integrates seamlessly into [Shiny for Python](https://github.com/posit-dev/py-shiny) and [Jupyter](https://jupyter.org/).

Expand All @@ -13,7 +13,7 @@ pip install maplibre
pip install "maplibre[all]"

# Dev
pip install git+https://github.com/eodaGmbH/py-maplibregl@dev
pip install git+https://github.com/eoda-dev/py-maplibregl@dev
```

## Basic usage
Expand All @@ -37,4 +37,4 @@ from maplibre.ipywidget import MapWidget as Map

m = Map()
m
```
```

0 comments on commit e0ae296

Please sign in to comment.