docs: fix edit links

This commit is contained in:
Quentin Gliech
2021-09-25 18:00:32 +02:00
parent 7cd828602c
commit 49a71fed37

View File

@@ -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"