Skip to content

Commit bb76c1f

Browse files
committed
fix case in EarthyScience in make.jl of docs
1 parent 8b42be6 commit bb76c1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/make.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ doctest(Bigleaf, manual = false)
1212
makedocs(;
1313
# modules=[Bigleaf], # uncomment to show warnings on non-included docstrings
1414
authors="Thomas Wutzler <[email protected]>, Jürgen Knauer <[email protected]> and contributors",
15-
#repo="https://github.com/earthyscience/Bigleaf.jl/blob/{commit}{path}#{line}",
16-
repo = Remotes.GitHub("earthyscience", "Bigleaf.jl"),
15+
#repo="https://github.com/EarthyScience/Bigleaf.jl/blob/{commit}{path}#{line}",
16+
repo = Remotes.GitHub("EarthyScience", "Bigleaf.jl"),
1717
sitename="Bigleaf.jl",
1818
doctestfilters=[r".*Info.*"],
1919
format=Documenter.HTML(;
2020
prettyurls=get(ENV, "CI", "false") == "true",
21-
canonical="https://earthyscience.github.io/Bigleaf.jl",
21+
canonical="https://EarthyScience.github.io/Bigleaf.jl",
2222
assets=String[],
2323
),
2424
pages=[
@@ -43,6 +43,6 @@ makedocs(;
4343
)
4444

4545
deploydocs(;
46-
repo="github.com/earthyscience/Bigleaf.jl",
46+
repo="github.com/EarthyScience/Bigleaf.jl",
4747
devbranch="main",
4848
)

0 commit comments

Comments
 (0)