From 49a71fed377246af73999e2579b2287ea0af6993 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Sat, 25 Sep 2021 18:00:32 +0200 Subject: [PATCH] docs: fix edit links --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 680cc40cb..d63fec020 100644 --- a/book.toml +++ b/book.toml @@ -13,7 +13,7 @@ build-dir = "target/book" [output.html] # The URL visitors will be directed to when they try to edit a page -edit-url-template = "https://github.com/matrix-org/synapse/edit/main/{path}" +edit-url-template = "https://github.com/matrix-org/matrix-authentication-service/edit/main/{path}" # The source code URL of the repository git-repository-url = "https://github.com/matrix-org/matrix-authentication-service"