From 862b7f4ae843d99991bfa3aaab46351fab898b6b Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 23 Nov 2024 00:00:00 +0000 Subject: [PATCH] docs(book): fixed incorrect edit URL template Signed-off-by: k4yt3x --- docs/book/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/book.toml b/docs/book/book.toml index 7d1579d..ed6d102 100644 --- a/docs/book/book.toml +++ b/docs/book/book.toml @@ -8,4 +8,4 @@ title = "Video2X Documentations" default-theme = "ayu" preferred-dark-theme = "ayu" git-repository-url = "https://github.com/k4yt3x/video2x" -edit-url-template = "https://github.com/k4yt3x/video2x/edit/master/docs/guide/{path}" +edit-url-template = "https://github.com/k4yt3x/video2x/edit/master/docs/book/{path}"