Skip to content

Commit 1e163f2

Browse files
Update docs/make.jl
Co-Authored-By: Morten Piibeleht <[email protected]>
1 parent ed19ba9 commit 1e163f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ makedocs(modules=[DiffEqBase,DiffEqProblemLibrary,DiffEqBiological],
111111
])
112112

113113
#Redirect old links
114-
cd(@__DIR__) do
114+
cd(joinpath(@__DIR__, "build")) do
115115
for (root, dirs, files) in walkdir(".")
116116
for file in files
117117
path = relpath(joinpath(root, file), ".")

0 commit comments

Comments
 (0)