fix: url in doc for source

This commit is contained in:
Wataru Otsubo 2024-09-14 02:33:34 +09:00
parent 48e83bfe18
commit 1ab2a7d4f4

View file

@ -19,7 +19,7 @@ makedocs(
edit_link = "main",
assets = String[],
),
repo = Remotes.GitLab("https://gitlab.cern.ch", "wotsubo", "PSBoardDataBase"),
repo = Remotes.GitLab("gitlab.cern.ch", "wotsubo", "PSBoardDataBase"),
pages = ["Home" => "index.md", "About this software" => "about_software.md"],
plugins = [links],
)