Skip to content

Commit c43c6b0

Browse files
authored
Merge pull request #184 from JuliaAstro/fitsfiles
Update FITSFiles.jl
2 parents 5bcc737 + 2d571c6 commit c43c6b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/community/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The core product of JuliaAstro is high quality astronomical software, including
4242

4343
🟢 Determine a plan for [long-term support of FITS](https://github.com/JuliaAstro/FITSIO.jl), while also improving performance and making contributions easier.
4444

45-
🔶 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.
45+
🔶 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.
4646

4747
🟥 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).
4848

src/JuliaAstroDocs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,8 @@ ecosystem() = (
718718
),
719719
(
720720
name = "FITSFiles.jl",
721-
repo = "https://github.com/barrettp/FITSFiles.jl",
722-
doc = "https://barrettp.github.io/FITSFiles.jl/",
721+
repo = "https://github.com/JuliaAstro/FITSFiles.jl",
722+
doc = "https://juliaastro.org/FITSFiles/stable/",
723723
tagline = "A Julia Flexible Image Transport System (FITS) file IO package",
724724
descr = """
725725
- A Flexible Image Transport System (FITS) file IO package written in Julia

0 commit comments

Comments
 (0)