From c8c3a9ed43e34257472e5b23474103ded0efdb9c Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 18 Mar 2024 01:10:54 -0400 Subject: [PATCH] docs: s/conduit-example/conduwuit-example Signed-off-by: strawberry --- docs/configuration.md | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index a47e5ff9..70069af0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,5 +1,5 @@ # Example configuration ``` toml -{{#include ../conduit-example.toml}} +{{#include ../conduwuit-example.toml}} ``` diff --git a/flake.nix b/flake.nix index 346fb911..1f7737ab 100644 --- a/flake.nix +++ b/flake.nix @@ -221,7 +221,7 @@ root = ./.; include = [ "book.toml" - "conduit-example.toml" + "conduwuit-example.toml" "README.md" "debian/README.md" "docs"