File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ export class PlatformEnvironmentRequirements
8888 darwin : "macos" ,
8989 } as any ) [ process . platform ] ;
9090
91- const anchor = platform ? `#${ os } -${ platform . toLowerCase ( ) } ` : "" ;
91+ const anchor = platform ? `#setting-up- ${ os } -for -${ platform . toLowerCase ( ) } ` : "" ;
9292
9393 return (
9494 `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 } .`
9696 ) ;
9797 }
9898}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export class Constants {
66 Constants . IOS_PLATFORM_NAME ,
77 ] ;
88 public static SYSTEM_REQUIREMENTS_LINKS =
9- "https://docs.nativescript.org/environment- setup.html " ;
9+ "https://docs.nativescript.org/setup" ;
1010 public static INFO_TYPE_NAME = "info" ;
1111 public static WARNING_TYPE_NAME = "warning" ;
1212
You can’t perform that action at this time.
0 commit comments