Skip to content

Commit c23f7a7

Browse files
authored
update links (#131)
1 parent cd12157 commit c23f7a7

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Healpix
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ziotom78.github.io/Healpix.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ziotom78.github.io/Healpix.jl/dev)
5-
[![Build Status](https://github.com/ziotom78/Healpix.jl/workflows/Unit%20tests/badge.svg)](https://github.com/ziotom78/Healpix.jl/actions?query=workflow%3A%22Unit+tests%22)
6-
[![Codecov](https://codecov.io/gh/ziotom78/Healpix.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/ziotom78/Healpix.jl)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaastro.org/Healpix/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaastro.org/Healpix.jl/dev/)
5+
[![Build Status](https://github.com/JuliaAstro/Healpix.jl/workflows/Unit%20tests/badge.svg)](https://github.com/JuliaAstro/Healpix.jl/actions?query=workflow%3A%22Unit+tests%22)
6+
[![Codecov](https://codecov.io/gh/JuliaAstro/Healpix.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/Healpix.jl)
77
<a href="https://ascl.net/2109.028"><img src="https://img.shields.io/badge/ascl-2109.028-blue.svg?colorB=262255" alt="ascl:2109.028" /></a>
88

99
Healpix.jl is a set of Julia functions that implement the
@@ -50,11 +50,11 @@ Pkg.add("Healpix.jl")
5050

5151
Here are some code snippets that show how to use `Healpix.jl`. It is
5252
interesting to have a look at
53-
[test/runtests.jl](https://github.com/ziotom78/Healpix.jl/blob/master/test/runtests.jl)
53+
[test/runtests.jl](https://github.com/JuliaAstro/Healpix.jl/blob/master/test/runtests.jl)
5454
as well.
5555

5656
Refer to the
57-
[documentation](https://ziotom78.github.io/Healpix.jl/stable) for more
57+
[documentation](https://juliaastro.org/Healpix/) for more
5858
examples.
5959

6060

@@ -87,7 +87,7 @@ print("average: $(mean(m.pixels))\n")
8787

8888
## How to contribute
8989

90-
See the document [CONTRIBUTING.md](https://github.com/ziotom78/Healpix.jl/blob/master/CONTRIBUTING.md).
90+
See the document [CONTRIBUTING.md](https://github.com/JuliaAstro/Healpix.jl/blob/master/CONTRIBUTING.md).
9191

9292
## Citing Healpix.jl
9393

@@ -125,4 +125,4 @@ See the [ASCL guidelines](http://ascl.net/home/getwp/351) for more information.
125125
Healpix.jl is released under the GPL license. Versions before 2.3.0
126126
were released under a MIT license, but this was considered
127127
incompatible with the way the code has been written
128-
([#15](https://github.com/ziotom78/Healpix.jl/issues/15)).
128+
([#15](https://github.com/JuliaAstro/Healpix.jl/issues/15)).

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ makedocs(
2020
)
2121

2222
deploydocs(
23-
repo = "github.com/ziotom78/Healpix.jl.git",
23+
repo = "github.com/JuliaAstro/Healpix.jl.git",
24+
versions = ["stable" => "v^", "v#.#"], # Restrict to minor releases
2425
push_preview = true,
2526
)

0 commit comments

Comments
 (0)