|
1 | 1 | # Healpix |
2 | 2 |
|
3 | | -[](https://ziotom78.github.io/Healpix.jl/stable) |
4 | | -[](https://ziotom78.github.io/Healpix.jl/dev) |
5 | | -[](https://github.com/ziotom78/Healpix.jl/actions?query=workflow%3A%22Unit+tests%22) |
6 | | -[](https://codecov.io/gh/ziotom78/Healpix.jl) |
| 3 | +[](https://juliaastro.org/Healpix/) |
| 4 | +[](https://juliaastro.org/Healpix.jl/dev/) |
| 5 | +[](https://github.com/JuliaAstro/Healpix.jl/actions?query=workflow%3A%22Unit+tests%22) |
| 6 | +[](https://codecov.io/gh/JuliaAstro/Healpix.jl) |
7 | 7 | <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> |
8 | 8 |
|
9 | 9 | Healpix.jl is a set of Julia functions that implement the |
@@ -50,11 +50,11 @@ Pkg.add("Healpix.jl") |
50 | 50 |
|
51 | 51 | Here are some code snippets that show how to use `Healpix.jl`. It is |
52 | 52 | 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) |
54 | 54 | as well. |
55 | 55 |
|
56 | 56 | Refer to the |
57 | | -[documentation](https://ziotom78.github.io/Healpix.jl/stable) for more |
| 57 | +[documentation](https://juliaastro.org/Healpix/) for more |
58 | 58 | examples. |
59 | 59 |
|
60 | 60 |
|
@@ -87,7 +87,7 @@ print("average: $(mean(m.pixels))\n") |
87 | 87 |
|
88 | 88 | ## How to contribute |
89 | 89 |
|
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). |
91 | 91 |
|
92 | 92 | ## Citing Healpix.jl |
93 | 93 |
|
@@ -125,4 +125,4 @@ See the [ASCL guidelines](http://ascl.net/home/getwp/351) for more information. |
125 | 125 | Healpix.jl is released under the GPL license. Versions before 2.3.0 |
126 | 126 | were released under a MIT license, but this was considered |
127 | 127 | 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)). |
0 commit comments