From 4d25a645956979569ad3bb4bcb92c494e5e0dbfa Mon Sep 17 00:00:00 2001 From: James Skemp Date: Fri, 5 May 2023 04:58:18 -0500 Subject: [PATCH] Update edit link to point to Gitea --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 47c748f..1672198 100644 --- a/book.toml +++ b/book.toml @@ -7,5 +7,5 @@ title = "Git Commands by James Skemp" [output.html] git-repository-url = "https://git.ebacher-skemp.com/books/book-git-commands" -edit-url-template = "https://gitlab.com/strivinglife/book-git-commands/-/edit/master/{path}" +edit-url-template = "https://git.ebacher-skemp.com/books/book-git-commands/_edit/master/{path}" git-repository-icon = "fa-git"