From 92e5be6d92cbe81c51905544d851c73f332a2c2f Mon Sep 17 00:00:00 2001 From: James Skemp Date: Fri, 5 May 2023 04:51:14 -0500 Subject: [PATCH] Update git icon to generic one --- book.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book.toml b/book.toml index df28d32..47c748f 100644 --- a/book.toml +++ b/book.toml @@ -6,6 +6,6 @@ src = "src" title = "Git Commands by James Skemp" [output.html] -git-repository-url = "https://gitlab.com/strivinglife/book-git-commands" +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}" -git-repository-icon = "fa-gitlab" +git-repository-icon = "fa-git"