Skip to content

Commit b22d26b

Browse files
committed
Use that link in docs and tests
1 parent 4d4fab3 commit b22d26b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/make.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ docs = [
8787
name = "JuliaInterpreter",
8888
giturl = "https://github.com/JuliaDebug/JuliaInterpreter.jl.git",
8989
),
90+
MultiDocumenter.Link(
91+
"Lux",
92+
"https://github.com/avik-pal/Lux.jl",
93+
),
9094
],
9195
),
9296
MultiDocumenter.Column(

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ docs = [
5454
name = "Lux",
5555
giturl = "https://github.com/avik-pal/Lux.jl",
5656
),
57+
MultiDocumenter.Link(
58+
"JuliaHub",
59+
"https://juliahub.com",
60+
),
5761
],
5862
),
5963
MultiDocumenter.Column(

0 commit comments

Comments
 (0)