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 packages/cli/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 packages/cli/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
2 changes: 1 addition & 1 deletion packages/documentation/docs/updates/migrate-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To upgrade your global installation, just run the installation command again, wh
npm install --global @ui5/cli
```

**Note:** Your local CLI installation will still be preferred, so you need to make sure to upgrade it as well (see [Local vs. Global installation](https://github.com/SAP/ui5-cli#local-vs-global-installation)).
**Note:** Your local CLI installation will still be preferred, so you need to make sure to upgrade it as well (see [Local vs. Global installation](https://ui5.github.io/cli/stable/pages/CLI/#local-vs-global-installation)).

### Local installation

Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/docs/updates/migrate-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To upgrade your global installation, just run the installation command again, wh
npm install --global @ui5/cli
```

**Note:** Your local CLI installation will still be preferred, so you need to make sure to upgrade it as well (see [Local vs. Global installation](https://github.com/SAP/ui5-cli#local-vs-global-installation)).
**Note:** Your local CLI installation will still be preferred, so you need to make sure to upgrade it as well (see [Local vs. Global installation](https://ui5.github.io/cli/stable/pages/CLI/#local-vs-global-installation)).

### Local installation

Expand Down