From 4dfefda03b527999de1ff28eafe5b99276f026a4 Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 20 Mar 2024 21:33:08 -0400 Subject: [PATCH] update book.toml for conduwuit Signed-off-by: strawberry --- book.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/book.toml b/book.toml index e25746ca..2b5d0baa 100644 --- a/book.toml +++ b/book.toml @@ -1,6 +1,6 @@ [book] -title = "Conduit" -description = "Conduit is a simple, fast and reliable chat server for the Matrix protocol" +title = "conduwuit" +description = "conduwuit, which is a fork of Conduit, is a simple, fast and reliable chat server for the Matrix protocol" language = "en" multilingual = false src = "docs" @@ -10,9 +10,9 @@ build-dir = "public" create-missing = true [output.html] -git-repository-url = "https://gitlab.com/famedly/conduit" -edit-url-template = "https://gitlab.com/famedly/conduit/-/edit/next/{path}" -git-repository-icon = "fa-git-square" +git-repository-url = "https://github.com/girlbossceo/conduwuit" +edit-url-template = "https://github.com/girlbossceo/conduwuit/edit/main/{path}" +git-repository-icon = "fa-github-square" [output.html.search] limit-results = 15