You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Copy file name to clipboardExpand all lines: docs/architecture/user-flow.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
It is essential to understand the flow of what you have to do as a user and what happens in the background.
4
4
5
-
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.
5
+
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.
6
6
7
7
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.
0 commit comments