Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Fix cli basic docs links #1923

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/start/cli-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ You now know how to create and run NativeScript apps. Your next step is learning
There are two main paths you can take when you want to debug a NativeScript application:

- **Chrome**
The default way of debugging a NativeScript application is by using the integration with Chrome. You can find more information on the actual steps [here](http://docs.nativescript.org/tooling/debugging).
The default way of debugging a NativeScript application is by using the integration with Chrome. You can find more information on the actual steps [here](https://docs.nativescript.org/tooling/debugging/chrome-devtools).

- **Visual Studio Code**
One of the preferred ways of debugging a NativeScript application is with the [NativeScript extension for Visual Studio Code](http://docs.nativescript.org/tooling/debugging#debugging-with-visual-studio-code).
One of the preferred ways of debugging a NativeScript application is with the [NativeScript extension for Visual Studio Code](https://docs.nativescript.org/tooling/visual-studio-code-extension).

You’ll want to check out the Chrome Dev Tools and the Visual Studio debugger as you need to step through your JavaScript code or TypeScript code, but for the moment let’s look at how to do some simple logging in your apps.

Expand Down