Skip to content

Commit 5b66ca3

Browse files
committed
docs: fix urls
1 parent 2b21380 commit 5b66ca3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/make.jl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
using UDEComponents
22
using Documenter
33

4-
DocMeta.setdocmeta!(UDEComponents, :DocTestSetup, :(using UDEComponents); recursive=true)
4+
DocMeta.setdocmeta!(UDEComponents, :DocTestSetup, :(using UDEComponents); recursive = true)
55

66
makedocs(;
7-
modules=[UDEComponents],
8-
authors="Sebastian Micluța-Câmpeanu <[email protected]> and contributors",
9-
sitename="UDEComponents.jl",
10-
format=Documenter.HTML(;
11-
canonical="https://SebastianM-C.github.io/UDEComponents.jl",
12-
edit_link="main",
13-
assets=String[],
7+
modules = [UDEComponents],
8+
authors = "Sebastian Micluța-Câmpeanu <[email protected]> and contributors",
9+
sitename = "UDEComponents.jl",
10+
format = Documenter.HTML(;
11+
canonical = "https://SciML.github.io/UDEComponents.jl",
12+
edit_link = "main",
13+
assets = String[]
1414
),
15-
pages=[
16-
"Home" => "index.md",
17-
],
15+
pages = [
16+
"Home" => "index.md"
17+
]
1818
)
1919

2020
deploydocs(;
21-
repo="github.com/SebastianM-C/UDEComponents.jl",
22-
devbranch="main",
21+
repo = "github.com/SciML/UDEComponents.jl",
22+
devbranch = "main"
2323
)

0 commit comments

Comments
 (0)