Skip to content

Commit 5b35f2f

Browse files
committed
docs: remove obsolete HMR steps
1 parent 59a7310 commit 5b35f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man_pages/project/testing/debug-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ position: 4
99

1010
Initiates a debugging session for your project on a connected Android device or Android emulator. When necessary, the command will prepare, build, deploy and launch the app before starting the debug session. While debugging, the output from the application is printed in the console and any changes made to your code are synchronizes with the deployed app.
1111

12-
To enable Hot Module Replacement (HMR) in Angular projects, follow the steps outlined in this wiki: https://github.com/NativeScript/nativescript-angular/wiki/HMR.
12+
To enable Hot Module Replacement (HMR) in Angular projects, follow the steps outlined in [the HMR documentation section](https://docs.nativescript.org/performance-optimizations/bundling-with-webpack#hot-module-replacement).
1313

1414
### Commands
1515

0 commit comments

Comments
 (0)