Skip to content

Commit

Permalink
Fix issue ref typo in comments of doc/make.jl (JuliaLang#30490)
Browse files Browse the repository at this point in the history
In the doc/make.jl, there is a code block for making links for
stdlib. It mentioned JuliaDocs/Documenter.jl#522 in the comment
but JuliaDocs/Documenter.jl#522 seems not relevant to this and
it should be JuliaDocs/Documenter.jl#552.

Fix JuliaLang#30489.
  • Loading branch information
d4n1elchen authored and fredrikekre committed Dec 22, 2018
1 parent 817d97d commit 341e031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ baremodule GenStdLib end
symlink_q(tgt, link) = isfile(link) || symlink(tgt, link)
cp_q(src, dest) = isfile(dest) || cp(src, dest)

# make links for stdlib package docs, this is needed until #522 in Documenter.jl is finished
# make links for stdlib package docs, this is needed until #552 in Documenter.jl is finished
const STDLIB_DOCS = []
const STDLIB_DIR = Sys.STDLIB
const EXT_STDLIB_DOCS = ["Pkg"]
Expand Down

0 comments on commit 341e031

Please sign in to comment.