Skip to content

Commit e0ae296

Browse files
committed
Fix links
1 parent 2faa4fe commit e0ae296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MapLibre for Python
22

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

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

@@ -13,7 +13,7 @@ pip install maplibre
1313
pip install "maplibre[all]"
1414

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

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

3838
m = Map()
3939
m
40-
```
40+
```

0 commit comments

Comments
 (0)