File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ export class PlatformEnvironmentRequirements
88
88
darwin : "macos" ,
89
89
} as any ) [ process . platform ] ;
90
90
91
- const anchor = platform ? `#${ os } -${ platform . toLowerCase ( ) } ` : "" ;
91
+ const anchor = platform ? `#setting-up- ${ os } -for -${ platform . toLowerCase ( ) } ` : "" ;
92
92
93
93
return (
94
94
`Verify that your environment is configured according to the system requirements described at\n` +
95
- `https://docs.nativescript.org/environment- setup.html ${ anchor } .`
95
+ `https://docs.nativescript.org/setup/ ${ os } ${ anchor } .`
96
96
) ;
97
97
}
98
98
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export class Constants {
6
6
Constants . IOS_PLATFORM_NAME ,
7
7
] ;
8
8
public static SYSTEM_REQUIREMENTS_LINKS =
9
- "https://docs.nativescript.org/environment- setup.html " ;
9
+ "https://docs.nativescript.org/setup" ;
10
10
public static INFO_TYPE_NAME = "info" ;
11
11
public static WARNING_TYPE_NAME = "warning" ;
12
12
You can’t perform that action at this time.
0 commit comments