Skip to content

Commit 48ce978

Browse files
committed
update github repo link
1 parent 551e323 commit 48ce978

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/ported-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following functions have been ported as of version `0.2.0` of this library.
44

5-
You can view porting progress for the next release [here](https://github.com/dellisd/spatial-k/milestone/1).
5+
You can view porting progress for the next release [here](https://github.com/maplibre/spatial-k/milestone/1).
66

77
## Measurement
88

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ kotlin.code.style=official
33
GROUP=io.github.dellisd.spatialk
44
VERSION_NAME=0.4.0-SNAPSHOT
55

6-
POM_URL=https://github.com/dellisd/spatial-k
7-
POM_SCM_URL=https://github.com/dellisd/spatial-k
8-
POM_SCM_CONNECTION=scm:git:git://github.com/dellisd/spatial-k.git
9-
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/dellisd/spatial-k.git
6+
POM_URL=https://github.com/maplibre/spatial-k
7+
POM_SCM_URL=https://github.com/maplibre/spatial-k
8+
POM_SCM_CONNECTION=scm:git:git://github.com/maplibre/spatial-k.git
9+
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/maplibre/spatial-k.git
1010

1111
POM_LICENCE_NAME=MIT License
1212
POM_LICENCE_URL=https://opensource.org/licenses/MIT

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: "Spatial K"
22
site_url: https://maplibre.github.io/spatial-k
33
repo_name: "spatial-k"
4-
repo_url: https://github.com/dellisd/spatial-k
4+
repo_url: https://github.com/maplibre/spatial-k
55
site_description: "Kotlin Multiplatform GeoJson library and Turfjs port"
66
site_author: MapLibre
77
copyright: 'Copyright © 2025 MapLibre Contributors'

0 commit comments

Comments
 (0)