Skip to content

Commit d25aa0b

Browse files
committed
GitHub
1 parent 888f28f commit d25aa0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DocMeta.setdocmeta!(TrixiAtmo, :DocTestSetup, :(using TrixiAtmo);
1212
makedocs(;
1313
modules = [TrixiAtmo],
1414
authors = "Benedict Geihe <[email protected]>, Tristan Montoya <[email protected], Hendrik Ranocha <[email protected]>, Michael Schlottke-Lakemper <[email protected]>",
15-
repo = Remotes.Github("trixi-framework", "TrixiAtmo.jl/blob/{commit}{path}#{line}"),
15+
repo = Remotes.GitHub("trixi-framework", "TrixiAtmo.jl/blob/{commit}{path}#{line}"),
1616
sitename = "TrixiAtmo.jl",
1717
format = Documenter.HTML(;
1818
prettyurls = get(ENV, "CI", "false") == "true",
@@ -25,6 +25,6 @@ makedocs(;
2525
plugins = [links],)
2626

2727
deploydocs(;
28-
repo = Remotes.Github("trixi-framework", "TrixiAtmo.jl"),
28+
repo = Remotes.GitHub("trixi-framework", "TrixiAtmo.jl"),
2929
devbranch = "main",
3030
push_preview = false)

0 commit comments

Comments
 (0)