From 4a58cd75bdd33e65b0fd7797b08af0f0a8ff9aba Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 30 Nov 2023 09:00:06 +0100 Subject: [PATCH] [web] Fixed windows terminal link. --- .../docs/devguide/getting-started/build-configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/content/docs/devguide/getting-started/build-configuration/index.md b/web/content/docs/devguide/getting-started/build-configuration/index.md index f0dda1acd38..484ae186ded 100644 --- a/web/content/docs/devguide/getting-started/build-configuration/index.md +++ b/web/content/docs/devguide/getting-started/build-configuration/index.md @@ -113,7 +113,7 @@ Please also note that in Visual Studio you have to choose the correct configurat #### <i class="far fa-check"></i> Pro Tip: Use a better terminal application -Use the [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701) for a better terminal experience. It offers modern terminal features such as multiple tabs and panes. +Use the [Windows Terminal](https://apps.microsoft.com/detail/9N0DX20HK701?rtc=1&hl=de-de&gl=DE) for a better terminal experience. It offers modern terminal features such as multiple tabs and panes. </div> -- GitLab