Skip to content

Commit 78834c7

Browse files
authored
fix: links in README (#5781)
1 parent 17227a0 commit 78834c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
---
1616

17-
[![nativescript -> npm](https://github.com/NativeScript/nativescript-cli/actions/workflows/npm_release.yml/badge.svg)](https://github.com/NativeScript/nativescript-cli/actions/workflows/npm_release.yml)
17+
[![nativescript -> npm](https://github.com/NativeScript/nativescript-cli/actions/workflows/npm_release_cli.yml/badge.svg)](https://github.com/NativeScript/nativescript-cli/actions/workflows/npm_release_cli.yml)
1818

1919
Get it using: `npm install -g nativescript`
2020

@@ -96,7 +96,7 @@ The NativeScript CLI is available for installing as an npm package.
9696

9797
In the command prompt, run the following command.
9898

99-
OS | Node.js installed from http://nodejs.org/ | Node.js installed via package manager
99+
OS | Node.js installed from https://nodejs.org/ | Node.js installed via package manager
100100
---|---------------------|----
101101
Windows | `npm install nativescript -g` | `npm install nativescript -g`
102102
macOS | `sudo npm install nativescript -g --unsafe-perm` | `npm install nativescript -g`
@@ -265,7 +265,7 @@ The NativeScript CLI calls the SDK for the selected target platform and uses it
265265

266266
When you build for iOS, the NativeScript CLI will either build for a device, if there's a device attached, or for the native emulator if there are no devices attached. To trigger a native emulator build when a device is attached, set the `--emulator` flag.
267267

268-
> **IMPORTANT:** To build your app for an iOS device, you must configure a valid certificate and provisioning profile pair, and have that pair present on your system for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](http://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html).
268+
> **IMPORTANT:** To build your app for an iOS device, you must configure a valid certificate and provisioning profile pair, and have that pair present on your system for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](https://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html).
269269
270270
[Back to Top][1]
271271

@@ -355,10 +355,10 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
355355
[Back to Top][1]
356356

357357
[1]: #nativescript-command-line-interface
358-
[2]: https://www.progress.com/nativescript
358+
[2]: https://nativescript.org
359359
[3]: https://github.com/nativescript/docs
360360
[4]: https://docs.nativescript.org/
361361
[5]: https://docs.nativescript.org/api-reference
362362
[6]: https://www.nativescript.org/faq
363363
[7]: https://docs.nativescript.org/core-concepts/technical-overview
364-
[8]: http://blogs.telerik.com/valentinstoychev/posts.aspx/14-06-12/announcing-nativescript---cross-platform-framework-for-building-native-mobile-applications
364+
[8]: https://www.telerik.com/blogs/announcing-nativescript---cross-platform-framework-for-building-native-mobile-applications

0 commit comments

Comments
 (0)