From 8dd01c21ba35b97276503cb5dfe9ee0fedcda849 Mon Sep 17 00:00:00 2001 From: Jan Klippel Date: Fri, 15 Mar 2024 08:18:42 +0100 Subject: [PATCH] fix link to quickstart documentation Currently the link to the quickstart guide from the 'Deep dive: User flow' document is broken. This commit fixes the link. Signed-off-by: Jan Klippel --- docs/architecture/user-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/user-flow.md b/docs/architecture/user-flow.md index 46a5c37d..570267e1 100644 --- a/docs/architecture/user-flow.md +++ b/docs/architecture/user-flow.md @@ -2,7 +2,7 @@ It is essential to understand the flow of what you have to do as a user and what happens in the background. -The [Quickstart guide](quickstart.md) goes over all small steps you have to do to. If you are just interested in getting started, then have a look there. +The [Quickstart guide](../topics/quickstart.md) goes over all small steps you have to do to. If you are just interested in getting started, then have a look there. In the following, we will not go into the detail of every command, but will focus more on a high-level of what you have to do and of what happens in the background.