We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf76a8d commit 7509ff8Copy full SHA for 7509ff8
2 files changed
README.md
@@ -1,8 +1,8 @@
1
JuliaAstro.github.io
2
====================
3
4
-[](https://juliaastro.org/)
5
-[](https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/Documentation.yml)
+[](https://juliaastro.org/)
+[](https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/Documentation.yml)
6
[](https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/pages/pages-build-deployment)
7
[](https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/CI.yml)
8
docs/make.jl
@@ -22,14 +22,14 @@ outpath = ("--temp" in ARGS) ? mktempdir(; cleanup=false) : joinpath(@__DIR__,
22
# Prefer online docs, use local as fallback
23
links = InterLinks(
24
"AstroImages" => (
25
- "https://juliaastro.org/AstroImages/dev/",
26
- "https://juliaastro.org/AstroImages/dev/objects.inv",
27
- joinpath(clonedir, "AstroImages", "dev", "objects.inv"),
+ "https://juliaastro.org/AstroImages/stable/",
+ "https://juliaastro.org/AstroImages/stable/objects.inv",
+ joinpath(clonedir, "AstroImages", "stable", "objects.inv"),
28
),
29
"AstroLib" => (
30
- "https://juliaastro.org/AstroLib.jl/stable/",
31
- "https://juliaastro.org/AstroLib.jl/stable/objects.inv",
32
- joinpath(clonedir, "AstroLib", "dev", "objects.inv"),
+ "https://juliaastro.org/AstroLib/stable/",
+ "https://juliaastro.org/AstroLib/stable/objects.inv",
+ joinpath(clonedir, "AstroLib", "stable", "objects.inv"),
33
)
34
35
0 commit comments