From 5494b9f76bc3231d7ed7f3a3d20779fa1b846809 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Sun, 14 Jan 2024 01:39:18 +0100
Subject: [PATCH] Commander => Fix latest links

---
 NodeApp/src/commander/CommanderApp.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NodeApp/src/commander/CommanderApp.ts b/NodeApp/src/commander/CommanderApp.ts
index 5ea55d5..4f422bc 100644
--- a/NodeApp/src/commander/CommanderApp.ts
+++ b/NodeApp/src/commander/CommanderApp.ts
@@ -45,7 +45,7 @@ class CommanderApp {
         if ( !SharedConfig.production ) {
             console.log(boxen(`This is a development (unstable) version of the DojoCLI.
 If you want to use the stable version, please install the package from the following url: 
-https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/latest`, {
+https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/Latest`, {
                 title         : 'Warning',
                 titleAlignment: 'center',
                 borderColor   : 'red',
@@ -64,7 +64,7 @@ https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/latest`, {
             if ( semver.lt(version, latestDojoCliVersion) ) {
                 if ( (new Date()).getTime() - latestDojoCliVersionNotification >= Config.versionUpdateInformationPeriodHours * 60 * 60 * 1000 ) {
                     console.log(boxen(`The ${ latestDojoCliVersion } version of the DojoCLI is available: 
-https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/latest`, {
+https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/Latest`, {
                         title         : 'Information',
                         titleAlignment: 'center',
                         borderColor   : 'blue',
-- 
GitLab