From 8bd32fdb05111a2c92c46703ec810fd7ecbc118f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 29 Nov 2021 11:04:34 +0100 Subject: [PATCH] README: fix reference to config.rs files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a889a..174d9aa 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ in emitting of an info-level log message. #### More information More documentation of the various configuration options might be available -under `src/lib/config.rs` in directories `aquatic_udp`, `aquatic_http` and +under `src/config.rs` in directories `aquatic_udp`, `aquatic_http` and `aquatic_ws`. ## Details on implementations