Skip to content

Commit e353da8

Browse files
authored
Update doc links for 1.3-dev (#31752)
1 parent 3017482 commit e353da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ withenv("TRAVIS_REPO_SLUG" => "JuliaLang/docs.julialang.org") do
191191
repo = "github.com/JuliaLang/docs.julialang.org.git",
192192
target = joinpath(buildroot, "doc", "_build", "html", "en"),
193193
dirname = "en",
194-
devurl = "v1.2-dev",
195-
versions = ["v#.#", "v1.2-dev" => "v1.2-dev"]
194+
devurl = "v1.3-dev",
195+
versions = ["v#.#", "v1.3-dev" => "v1.3-dev"]
196196
)
197197
end
198198
end

0 commit comments

Comments
 (0)