Skip to content

Commit 64f8438

Browse files
committed
asinghvi17 -> JuliaGeo
1 parent f5f9b0a commit 64f8438

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

CITATION.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@misc{GeometryOps.jl,
22
author = {Anshul Singhvi <anshulsinghvi@gmail.com> and contributors},
33
title = {GeometryOps.jl},
4-
url = {https://github.com/asinghvi17/GeometryOps.jl},
4+
url = {https://github.com/JuliaGeo/GeometryOps.jl},
55
version = {v1.0.0-DEV},
66
year = {2023},
77
month = {5}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<img width="400" alt="GeometryOps.jl" src="https://github.com/asinghvi17/GeometryOps.jl/assets/32143268/92c5526d-23a9-4e01-aee0-2fcea99c5001">
1+
<img width="400" alt="GeometryOps.jl" src="https://github.com/JuliaGeo/GeometryOps.jl/assets/32143268/92c5526d-23a9-4e01-aee0-2fcea99c5001">
22

33
![Lifecycle:Experimental](https://img.shields.io/badge/Lifecycle-Experimental-339999)
4-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://asinghvi17.github.io/GeometryOps.jl/stable/)
5-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://asinghvi17.github.io/GeometryOps.jl/dev/)
6-
[![Build Status](https://github.com/asinghvi17/GeometryOps.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/asinghvi17/GeometryOps.jl/actions/workflows/CI.yml?query=branch%3Amain)
4+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaGeo.github.io/GeometryOps.jl/stable/)
5+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGeo.github.io/GeometryOps.jl/dev/)
6+
[![Build Status](https://github.com/JuliaGeo/GeometryOps.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGeo/GeometryOps.jl/actions/workflows/CI.yml?query=branch%3Amain)
77

88
<img src="docs/src/assets/logo.png" alt="GeometryOps logo" width="250">
99

@@ -38,5 +38,5 @@ See the "API" page in the docs for a more complete list!
3838
### Planned additions
3939

4040
- Buffering, hulls (convex and otherwise)
41-
- Checks for valid geometries (empty linestrings, null points, etc) ([#14](https://github.com/asinghvi17/GeometryOps.jl/issues/14))
42-
- Operations on spherical (non-Euclidean) geometry ([#17](https://github.com/asinghvi17/GeometryOps.jl/issues/17))
41+
- Checks for valid geometries (empty linestrings, null points, etc) ([#14](https://github.com/JuliaGeo/GeometryOps.jl/issues/14))
42+
- Operations on spherical (non-Euclidean) geometry ([#17](https://github.com/JuliaGeo/GeometryOps.jl/issues/17))

docs/make.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ end
7777
makedocs(;
7878
modules=[GeometryOps],
7979
authors="Anshul Singhvi <[email protected]> and contributors",
80-
repo="https://github.com/asinghvi17/GeometryOps.jl/blob/{commit}{path}#{line}",
80+
repo="https://github.com/JuliaGeo/GeometryOps.jl/blob/{commit}{path}#{line}",
8181
sitename="GeometryOps.jl",
8282
# format=Documenter.HTML(;
8383
# prettyurls=get(ENV, "CI", "false") == "true",
84-
# canonical="https://asinghvi17.github.io/GeometryOps.jl",
84+
# canonical="https://JuliaGeo.github.io/GeometryOps.jl",
8585
# edit_link="main",
8686
# assets=String[],
8787
# ),
8888
format = DocumenterVitepress.MarkdownVitepress(
89-
repo = "github.com/asinghvi17/GeometryOps.jl",
89+
repo = "github.com/JuliaGeo/GeometryOps.jl",
9090
),
9191
pages=[
9292
"Introduction" => "introduction.md",
@@ -97,7 +97,7 @@ makedocs(;
9797
)
9898

9999
deploydocs(;
100-
repo="github.com/asinghvi17/GeometryOps.jl",
100+
repo="github.com/JuliaGeo/GeometryOps.jl",
101101
devbranch="main",
102102
push_preview = true,
103103
)

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CurrentModule = GeometryOps
77
!!! warning
88
This page is still very much WIP!
99

10-
Documentation for [GeometryOps](https://github.com/asinghvi17/GeometryOps.jl)'s full API (only for reference!).
10+
Documentation for [GeometryOps](https://github.com/JuliaGeo/GeometryOps.jl)'s full API (only for reference!).
1111

1212
```@index
1313
```

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hero:
1616
link: /introduction
1717
- theme: alt
1818
text: View on Github
19-
link: https://github.com/asinghvi17/GeometryOps.jl
19+
link: https://github.com/JuliaGeo/GeometryOps.jl
2020
- theme: alt
2121
text: API Reference
2222
link: /api

0 commit comments

Comments
 (0)