From 6ed1bf796029cc7cccd76aba18ae156acf316c74 Mon Sep 17 00:00:00 2001
From: Marco Aceti <marco.aceti@studenti.unimi.it>
Date: Thu, 8 Jun 2023 18:59:16 +0200
Subject: [PATCH] Fix edit-url-template

---
 book.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/book.toml b/book.toml
index 7ea1b69..dcdfcbd 100644
--- a/book.toml
+++ b/book.toml
@@ -15,7 +15,7 @@ additional-css = ["assets/custom.css"]
 curly-quotes = true
 git-repository-url = "https://gitlab.di.unimi.it/silab-gang/sweng"
 git-repository-icon = "fa-gitlab"
-edit-url-template = "https://gitlab.di.unimi.it/silab-gang/sweng/edit/master/guide/{path}"
+edit-url-template = "https://gitlab.di.unimi.it/silab-gang/sweng/edit/master/{path}"
 
 [output.html.print]
 enable = true
-- 
GitLab