Skip to content

Commit 5ed00f4

Browse files
authored
docs(book): fix site-url path format (#4)
1 parent f021b39 commit 5ed00f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language = "en"
77
[output.html]
88
default-theme = "rust"
99
git-repository-url = "https://github.com/atliac/rust-macros-tutorial"
10-
site-url = "/rust-macros-tutorial"
10+
site-url = "/rust-macros-tutorial/"
1111

1212
[output.html.playground]
1313
editable = true

0 commit comments

Comments
 (0)