Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/ui5.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ui5 = {
process.stderr.write(`INFO: This project contains an individual ${pkg.name} installation which ` +
"will be used over the global one.");
process.stderr.write("\n");
process.stderr.write("See https://github.com/SAP/ui5-cli#local-vs-global-installation for details.");
process.stderr.write("See https://ui5.github.io/cli/stable/pages/CLI/#local-vs-global-installation for details.");
process.stderr.write("\n\n");
} else {
process.stdout.write(`INFO: Using local ${pkg.name} installation`);
Expand Down
2 changes: 1 addition & 1 deletion test/bin/ui5.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ test.serial("invokeLocalInstallation: Invokes local installation when found (/w
"INFO: This project contains an individual ui5-cli-test installation which " +
"will be used over the global one."]);
t.deepEqual(processStderrWriteStub.getCall(2).args, [
"See https://github.com/SAP/ui5-cli#local-vs-global-installation for details."
"See https://ui5.github.io/cli/stable/pages/CLI/#local-vs-global-installation for details."
]);
t.deepEqual(processStderrWriteStub.getCall(3).args, ["\n\n"]);

Expand Down