diff --git a/README.md b/README.md index 997ef31..e763c3f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Augustus -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://DilumAluthge.github.io/Augustus.jl/stable) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://DilumAluthge.github.io/Augustus.jl/dev) -[![CI](https://github.com/DilumAluthge/Augustus.jl/workflows/CI/badge.svg)](https://github.com/DilumAluthge/Augustus.jl/actions?query=workflow%3ACI) -[![CI (Julia nightly)](https://github.com/DilumAluthge/Augustus.jl/workflows/CI%20(Julia%20nightly)/badge.svg)](https://github.com/DilumAluthge/Augustus.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22) -[![Coverage](https://codecov.io/gh/DilumAluthge/Augustus.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/DilumAluthge/Augustus.jl) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLinearAlgebra.github.io/Augustus.jl/stable) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaLinearAlgebra.github.io/Augustus.jl/dev) +[![CI](https://github.com/JuliaLinearAlgebra/Augustus.jl/workflows/CI/badge.svg)](https://github.com/JuliaLinearAlgebra/Augustus.jl/actions?query=workflow%3ACI) +[![CI (Julia nightly)](https://github.com/JuliaLinearAlgebra/Augustus.jl/workflows/CI%20(Julia%20nightly)/badge.svg)](https://github.com/JuliaLinearAlgebra/Augustus.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22) +[![Coverage](https://codecov.io/gh/JuliaLinearAlgebra/Augustus.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaLinearAlgebra/Augustus.jl) Standing on the shoulders of [Gaius](https://github.com/MasonProtter/Gaius.jl). -Please see the [documentation](https://DilumAluthge.github.io/Augustus.jl/stable). +Please see the [documentation](https://JuliaLinearAlgebra.github.io/Augustus.jl/stable). diff --git a/docs/make.jl b/docs/make.jl index 0e66a4a..87f9bfb 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,11 +4,11 @@ using Documenter makedocs(; modules=[Augustus], authors="Mason Protter, Chris Elrod, Dilum Aluthge, and contributors", - repo="https://github.com/DilumAluthge/Augustus.jl/blob/{commit}{path}#L{line}", + repo="https://github.com/JuliaLinearAlgebra/Augustus.jl/blob/{commit}{path}#L{line}", sitename="Augustus.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://DilumAluthge.github.io/Augustus.jl", + canonical="https://JuliaLinearAlgebra.github.io/Augustus.jl", assets=String[], ), pages=[ @@ -19,5 +19,5 @@ makedocs(; ) deploydocs(; - repo="github.com/DilumAluthge/Augustus.jl", + repo="github.com/JuliaLinearAlgebra/Augustus.jl", ) diff --git a/docs/src/index.md b/docs/src/index.md index e70624a..c5778bc 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -6,4 +6,4 @@ CurrentModule = Augustus Standing on the shoulders of [Gaius](https://github.com/MasonProtter/Gaius.jl). -The source code for this package is available in the [GitHub repository](https://github.com/DilumAluthge/Augustus.jl). +The source code for this package is available in the [GitHub repository](https://github.com/JuliaLinearAlgebra/Augustus.jl).