Skip to content
Snippets Groups Projects
Verified Commit 56a742ba authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

point link to main repo

parent 13306a8e
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ makedocs(
# replace the link for index.md
index_html = open(f -> read(f, String), joinpath(@__DIR__, "build", "index.html"))
index_html = replace(index_html, "/docs/src/index.md\n" => "/README.md")
index_html = replace(index_html, "/docs/src/index.md" => "")
open(f -> write(f, index_html), joinpath(@__DIR__, "build", "index.html"), "w")
deploydocs(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment