diff --git a/docs/src/community/roadmap.md b/docs/src/community/roadmap.md index 2c02545e40..f574163e75 100644 --- a/docs/src/community/roadmap.md +++ b/docs/src/community/roadmap.md @@ -42,7 +42,7 @@ The core product of JuliaAstro is high quality astronomical software, including 🟢 Determine a plan for [long-term support of FITS](https://github.com/JuliaAstro/FITSIO.jl), while also improving performance and making contributions easier. -🔶 Determine a plan for long-term support of a [pure Julia implementation of FITS](https://github.com/barrettp/FITSFiles.jl) and [ASDF](https://github.com/JuliaAstro/ASDF2.jl), while also improving performance and making contribution easier. +🔶 Determine a plan for long-term support of a [pure Julia implementation of FITS](https://github.com/JuliaAstro/FITSFiles.jl) and [ASDF](https://github.com/JuliaAstro/ASDF2.jl), while also improving performance and making contribution easier. 🟥 Provide next-generation radio analysis tools usable by individual researchers and larger surveys with [EHTJulia coordinated packages](https://github.com/EHTJulia) and formation of a Radio Astronomy Group (RAG). diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index 7b2d5234c7..b58834da2a 100644 --- a/src/JuliaAstroDocs.jl +++ b/src/JuliaAstroDocs.jl @@ -718,8 +718,8 @@ ecosystem() = ( ), ( name = "FITSFiles.jl", - repo = "https://github.com/barrettp/FITSFiles.jl", - doc = "https://barrettp.github.io/FITSFiles.jl/", + repo = "https://github.com/JuliaAstro/FITSFiles.jl", + doc = "https://juliaastro.org/FITSFiles/stable/", tagline = "A Julia Flexible Image Transport System (FITS) file IO package", descr = """ - A Flexible Image Transport System (FITS) file IO package written in Julia