From 6bdcb795815690527eb6e5c374a17765493a5d83 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 29 Nov 2023 19:23:25 +1100 Subject: [PATCH] Fixed typo in site-url --- book/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.toml b/book/book.toml index 7942651..5d1c90e 100644 --- a/book/book.toml +++ b/book/book.toml @@ -6,4 +6,4 @@ src = "src" title = "Training Program Exercises" [output.html] -site-url = "book" \ No newline at end of file +site-url = "/book/" \ No newline at end of file