From b3692f0a9842978a33c4bd9130798286647e2093 Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Fri, 21 Nov 2025 15:35:58 -0800 Subject: [PATCH 1/2] Update roadmap link --- docs/src/community/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). From 2d571c6922b58f23d65bbafd31b966467b0dab55 Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Fri, 21 Nov 2025 15:37:27 -0800 Subject: [PATCH 2/2] Update src entry --- src/JuliaAstroDocs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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