diff --git a/NodeApp/src/commander/CommanderApp.ts b/NodeApp/src/commander/CommanderApp.ts
index 5ea55d58f7d6fb3582a8df138e76c72462f94c38..4f422bc9926cc9b3bcfa3946df6b5ad4272ea381 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',