diff --git a/README.md b/README.md index 8dbf73c..06eb043 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/A/AstroAngles.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html) [![Coverage](https://codecov.io/gh/JuliaAstro/AstroAngles.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/AstroAngles.jl) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Documentation](https://img.shields.io/badge/docs-blue.svg)](https://juliaastro.org/AstroAngles.jl/) +[![Documentation](https://img.shields.io/badge/docs-blue.svg)](https://juliaastro.org/AstroAngles/) Lightweight string parsing and representation of angles. diff --git a/docs/make.jl b/docs/make.jl index a3f5f24..4050674 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,6 +12,9 @@ makedocs( "Home" => "index.md", "API Reference" => "api.md", ], + format = Documenter.HTML(; + canonical = "https://JuliaAstro.org/AstroAngles/stable/", + ), ) deploydocs(