From 174b92cbb029bccef6a55ea852c718235fcf0277 Mon Sep 17 00:00:00 2001 From: LostXOR <45744247+LostXOR@users.noreply.github.com> Date: Thu, 30 Nov 2023 07:31:31 -0600 Subject: [PATCH] Fix GUI link in docs going to CLI page (#1167) --- .docs/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/Readme.md b/.docs/Readme.md index 0be5ce3..b050817 100644 --- a/.docs/Readme.md +++ b/.docs/Readme.md @@ -5,7 +5,7 @@ - [Get .NET Core Runtime](Dotnet.md) (Required for CLI; Installed automatically for GUI; Not required in Docker) - [Windows](Getting-started.md#gui-or-cli) | [macOS](MacOS.md) | [Linux](Linux.md) | [Docker](Docker.md) - Getting started: - - [Using the GUI](Using-the-CLI.md) + - [Using the GUI](Using-the-GUI.md) - [Using the CLI](Using-the-CLI.md) - [File formats](Getting-started.md#file-formats)