Skip to content

Commit 0ef07f8

Browse files
authored
Update links to 1.4-dev docs. (#32999)
1 parent 196e521 commit 0ef07f8

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
@@ -210,8 +210,8 @@ withenv(env_mappings...) do
210210
repo = "github.com/JuliaLang/docs.julialang.org.git",
211211
target = joinpath(buildroot, "doc", "_build", "html", "en"),
212212
dirname = "en",
213-
devurl = "v1.3-dev",
214-
versions = ["v#.#", "v1.3-dev" => "v1.3-dev"]
213+
devurl = "v1.4-dev",
214+
versions = ["v#.#", "v1.4-dev" => "v1.4-dev"]
215215
)
216216
end
217217
end

0 commit comments

Comments
 (0)