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 @@ -102,7 +102,7 @@ function run(ionic, argv) {
102
102
} )
103
103
. then ( function ( ) {
104
104
if ( options . v2 && startingApp ) {
105
- log . info ( '\nNew to Ionic? Get started here: http://ionicframework.com/docs/v2/ getting-started\n' ) ;
105
+ log . info ( '\nNew to Ionic? Get started here: http://ionicframework.com/getting-started\n' ) ;
106
106
}
107
107
} )
108
108
. catch ( function ( error ) {
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ describe('start command', function() {
190
190
start . run ( { } , argv ) . then ( function ( ) {
191
191
expect ( appLibUtils . preprocessCliOptions . calls [ 0 ] . args [ 0 ] . v2 ) . toEqual ( true ) ;
192
192
expect ( log . info ) . toHaveBeenCalledWith (
193
- '\nNew to Ionic? Get started here: http://ionicframework.com/docs/v2/ getting-started\n'
193
+ '\nNew to Ionic? Get started here: http://ionicframework.com/getting-started\n'
194
194
) ;
195
195
done ( ) ;
196
196
} ) ;
You can’t perform that action at this time.
0 commit comments