File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const ui5 = {
8484 process . stderr . write ( `INFO: This project contains an individual ${ pkg . name } installation which ` +
8585 "will be used over the global one." ) ;
8686 process . stderr . write ( "\n" ) ;
87- process . stderr . write ( "See https://github.com/SAP/ui5- cli#local-vs-global-installation for details." ) ;
87+ process . stderr . write ( "See https://ui5. github.io/ cli/stable/pages/CLI/ #local-vs-global-installation for details." ) ;
8888 process . stderr . write ( "\n\n" ) ;
8989 } else {
9090 process . stdout . write ( `INFO: Using local ${ pkg . name } installation` ) ;
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ test.serial("invokeLocalInstallation: Invokes local installation when found (/w
191191 "INFO: This project contains an individual ui5-cli-test installation which " +
192192 "will be used over the global one." ] ) ;
193193 t . deepEqual ( processStderrWriteStub . getCall ( 2 ) . args , [
194- "See https://github.com/SAP/ui5- cli#local-vs-global-installation for details."
194+ "See https://ui5. github.io/ cli/stable/pages/CLI/ #local-vs-global-installation for details."
195195 ] ) ;
196196 t . deepEqual ( processStderrWriteStub . getCall ( 3 ) . args , [ "\n\n" ] ) ;
197197
You can’t perform that action at this time.
0 commit comments