Skip to content

Commit 649ea30

Browse files
committed
fix redirect
1 parent 5411f52 commit 649ea30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ enable = true
2222
level = 1
2323

2424
[output.html.redirect]
25-
"medusa/index.html" = "./program-analysis/medusa/docs/src"
26-
"slither/index.html" = "./program-analysis/slither"
27-
"echidna/index.html" = "./program-analysis/echidna"
25+
"medusa/index.html" = "../program-analysis/medusa/docs/src"
26+
"slither/index.html" = "../program-analysis/slither"
27+
"echidna/index.html" = "../program-analysis/echidna"

0 commit comments

Comments
 (0)