From 1d04493aa51c1be51db559c214dfde28c48743ba Mon Sep 17 00:00:00 2001 From: Utsav Paul <91927689+Smartmind12@users.noreply.github.com> Date: Sat, 20 Jan 2024 00:29:28 +0530 Subject: [PATCH] chore: README Links and Navigation (#10419) --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 66c9e245d..e8305ecdd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## Contribute -1. [Setup your local development environment](https://docs.nativescript.org/environment-setup.html) +1. [Setup your local development environment](https://docs.nativescript.org/setup/) 2. Clone to contribute: @@ -40,8 +40,8 @@ We love you and your pull requests 🤗. Please follow our [contributing guide]( ## @nativescript/* - [@nativescript/core](https://github.com/NativeScript/NativeScript/tree/main/packages/core) - Singular primitives offering an easy-to-use API surface for diverse iOS/Android APIs implemented with NativeScript. -- [@nativescript/types](https://www.npmjs.com/package/@nativescript/types) + Singular primitives offering an easy-to-use API surface for diverse iOS/visionOS/Android APIs implemented with NativeScript. +- [@nativescript/types](https://github.com/NativeScript/NativeScript/tree/main/packages/types) Types for both iOS/Android below wrapped up as a convenience. *Most commonly used.* - [@nativescript/types-ios](https://github.com/NativeScript/NativeScript/tree/main/packages/types-ios) Types for iOS. @@ -57,7 +57,7 @@ We love you and your pull requests 🤗. Please follow our [contributing guide]( ## Quick Links - [NativeScript Home](https://nativescript.org) -- [NativeScript Tutorials](https://docs.nativescript.org/tutorial/) +- [NativeScript Tutorials](https://docs.nativescript.org/tutorials/) - [NativeScript documentation](https://docs.nativescript.org/) - JavaScript starter: https://nativescript.new/javascript - TypeScript starter: https://nativescript.new/typescript @@ -73,16 +73,16 @@ We love you and your pull requests 🤗. Please follow our [contributing guide]( Outside the source centralized in this repo, NativeScript consists of a few other source repos. Here are the major ones: -- [iOS and visionOS Runtime](https://github.com/NativeScript/ns-v8ios-runtime) +- [iOS and visionOS Runtime](https://github.com/NativeScript/ios) Empowers JavaScript code to be executed on iOS and visionOS devices written in a mix of C++, Objective-C, and Swift. -- [Android Runtime](https://github.com/NativeScript/android-runtime) +- [Android Runtime](https://github.com/NativeScript/android) Empowers JavaScript code to be executed on Android devices written in a mix of C++, Java and Kotlin. -- [CLI](//github.com/NativeScript/nativescript-cli) +- [CLI](https://github.com/NativeScript/nativescript-cli) Command-line interface empowering you to create, build, and run apps using NativeScript. -- [Docs](//github.com/NativeScript/docs-new) +- [Docs](https://github.com/NativeScript/docs) Documentation available at written in Markdown. - [Plugins](https://github.com/NativeScript/plugins) - A [plugin workspace](https://docs.nativescript.org/plugins/plugin-workspace-guide.html) with several useful plugins. + Various TSC managed plugins. Also a good reference is the [plugin marketplace](https://market.nativescript.org/) with several additional plugins. - [Firebase](https://github.com/NativeScript/firebase) Modular Firebase 🔥 implementation for supported platforms. - [ML Kit](https://github.com/NativeScript/mlkit)