diff --git a/docs/make.jl b/docs/make.jl index 95ca230095..5697bb1854 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -105,7 +105,7 @@ postprocess_cb() # Differentiate between pure Julia and wrapper packages wrapper_packages = [ - "torrance/Casacore", + "Casacore", "CFITSIO", "JuliaAPlavin/Difmap", "emmt/EasyFITS", diff --git a/docs/src/tutorials/tabular-data.md b/docs/src/tutorials/tabular-data.md index 6a6a3f647d..f1cc6cb199 100644 --- a/docs/src/tutorials/tabular-data.md +++ b/docs/src/tutorials/tabular-data.md @@ -6,7 +6,7 @@ In these examples, we will fetch and load the Hipparcos-GAIA Catalog of Accelera This catalog cross matches stars from the Hipparcos and GAIA catalogs in order to calculate the long term astrometric proper motion anomaly; that is, the star's deviation from straight line motion in the plane of the sky over the ~20 baseline between the two missions. A wide range of tabular data formats are supported in Julia under a common [Tables.jl interface](https://tables.juliadata.org). For example, -[CSV](https://csv.juliadata.org), [Excel](https://felipenoris.github.io/XLSX.jl), [Arrow](https://github.com/apache/arrow-julia), [CASA Tables](http://mweastwood.info/CasaCore.jl/stable/), and various SQL formats to name a few. +[CSV](https://csv.juliadata.org), [Excel](https://felipenoris.github.io/XLSX.jl), [Arrow](https://github.com/apache/arrow-julia), [CASA Tables](http://juliaastro.org/Casacore/stable/), and various SQL formats to name a few. ## Packages diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index 5e125f94e2..5829c6bc42 100644 --- a/src/JuliaAstroDocs.jl +++ b/src/JuliaAstroDocs.jl @@ -849,12 +849,12 @@ ecosystem() = ( ), ( name = "Casacore.jl", - repo = "https://github.com/torrance/Casacore.jl", - doc = "https://github.com/torrance/Casacore.jl?tab=readme-ov-file#casacorejl", + repo = "https://github.com/JuliaAstro/Casacore.jl", + doc = "https://juliaastro.org/JuliaAstro/stable", tagline = "A high level Julia interface to Casacore", descr = """ - - Wrapper for [CasaCore](http://casacore.github.io/casacore/) - - Uses [casacorecxx](https://github.com/torrance/casacorecxx) which uses [CxxWrap](https://github.com/JuliaInterop/CxxWrap.jl) to wrap the C++ Casacore codebase. These raw objects and methods are available in `Casacore.LibCasacore` + - Wrapper for [casa ore](http://casacore.github.io/casacore/) + - Uses [casacorecxx](https://github.com/JuliaBinaryWrappers/casacorecxx_jll.jl) which uses [CxxWrap](https://github.com/JuliaInterop/CxxWrap.jl) to wrap the C++ Casacore codebase. These raw objects and methods are available in `Casacore.LibCasacore` """, astropy = [], ),