From 3925d7b5fd6a8adab1db22b67dc88ad3ee46e114 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 a47e5ff95..70069af0f 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 346fb9112..1f7737abb 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"