Skip to content

Commit

Permalink
fix(update-notifier): change the docs URL within the update message
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed Sep 6, 2024
1 parent 1987408 commit 1803dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/clever.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if (!updateNotifierExplicitFalse && !isRunThroughPackagedBinary) {
}).notify({
isGlobal: true,
getDetails () {
const docsUrl = 'https://www.clever-cloud.com/doc/clever-tools/getting_started';
const docsUrl = 'https://github.com/CleverCloud/clever-tools/tree/master/docs#how-to-use-clever-tools';
return `\nPlease follow this link to update your clever-tools:\n${docsUrl}`;
},
});
Expand Down

0 comments on commit 1803dce

Please sign in to comment.