Skip to content

Commit

Permalink
link change
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed May 16, 2024
1 parent 239fbf8 commit 9b5a336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/buildutils/relative_links.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function make_links_relative(buildfolder)
push!(invalid_relative_links, absolute_link => (file_location => link))
end
else
if !isfile(joinpath(absolute_link, "index.html"))
if !isfile(absolute_link * ".html")
push!(invalid_relative_links, absolute_link => (file_location => link))
end
end
Expand Down

0 comments on commit 9b5a336

Please sign in to comment.