From caa26201c5de3648942c338a1313189e3a015f27 Mon Sep 17 00:00:00 2001 From: Hadrien Grasland <hadrien.grasland@gmx.fr> Date: Sun, 14 Jul 2024 08:37:34 +0200 Subject: [PATCH] Fix handout editing path --- handouts/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handouts/book.toml b/handouts/book.toml index 490dc77..adcee78 100644 --- a/handouts/book.toml +++ b/handouts/book.toml @@ -7,7 +7,7 @@ title = "Gray-Scott with Rust" [output.html] smart-punctuation = true -edit-url-template = "https://gitlab.in2p3.fr/grasland/grayscott-with-rust/-/edit/main/{path}" +edit-url-template = "https://gitlab.in2p3.fr/grasland/grayscott-with-rust/-/edit/main/handouts/{path}" git-repository-icon = "fa-gitlab" git-repository-url = "https://gitlab.in2p3.fr/grasland/grayscott-with-rust" site-url = "/grayscott-with-rust/" -- GitLab