From f6916266ba1c3adcfe43125a1e66240baa0a3a21 Mon Sep 17 00:00:00 2001 From: Morgan <103436411+MorganKryze@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:19:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20(FakeLoadingBar)=20fix=20dead=20?= =?UTF-8?q?link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/1-introduction/first_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1-introduction/first_app.md b/docs/1-introduction/first_app.md index fbe927e7..ad17d953 100644 --- a/docs/1-introduction/first_app.md +++ b/docs/1-introduction/first_app.md @@ -171,7 +171,7 @@ Instead of rendering each element separately, we rendered the `Title`, `Header` ### `FakeLoadingBar` -Now let's add a `FakeLoadingBar` _animated_ element to your previous code and run it. [Learn more](https://morgankryze.github.io/ConsoleAppVisuals/3-references/ConsoleAppVisuals.InteractiveElements.FakeLoadingBar.html) +Now let's add a `FakeLoadingBar` _animated_ element to your previous code and run it. [Learn more](https://morgankryze.github.io/ConsoleAppVisuals/3-references/ConsoleAppVisuals.AnimatedElements.FakeLoadingBar.html) ```csharp FakeLoadingBar loadingBar = new FakeLoadingBar();