mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 21:45:43 +09:00
fix: url in doc for source
This commit is contained in:
parent
48e83bfe18
commit
1ab2a7d4f4
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue