From 0f146a5df86324db33cd9d74000535b547324e05 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 8 Jul 2024 17:46:56 +0300 Subject: [PATCH] fix: Use old alert blocks style Because rustdoc lint us with `broken_intra_doc_links` Signed-off-by: Awiteb --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ad612a..1afd2ae 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ implementation written in Rust. -> [!WARNING] +> **Warning** +> > The project is still in very early development and is not ready for > any kind of use yet, the protocol is not finalized and the server is not > feature complete, also not all protocol features are implemented yet. @@ -63,7 +64,8 @@ read it. ## Running the server -> [!NOTE] +> **Note** +> > You must update `OXIDETALIS_CONFIG` in the `docker-compose.yml` file to point > to the correct configuration file. And you must update the configuration file.