From 2bad2295b0c003913830c369158c484bacd55d87 Mon Sep 17 00:00:00 2001 From: Dan Wilson Date: Fri, 20 May 2016 08:42:40 -0400 Subject: [PATCH] Update README.md Adding CTOs' guide link. Removing link to wiki page. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e723fbc4..3c4941af9 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,19 @@ NativeScript provides a best-of-both-worlds development experience. Our cross-platform JavaScript modules give you the convenience of writing iOS and Android apps from a single JavaScript codebase, while our runtimes give you the power of accessing native APIs, SDKs, and frameworks when you need them—all without needing to open Xcode or Android Studio. NativeScript was created and is supported by [Telerik](http://www.telerik.com/). -You can read more about [why NativeScript may be a good fit for your next project](https://github.com/NativeScript/NativeScript/wiki/Why-NativeScript%3F), or check out the links below to get started. +Check out the links below to get started: +* [CTO's guide to NativeScript](#for-ctos) * [Getting Started and Installation](#getting-started-and-installation) * [Quick Links](#quick-links) * [Repositories](#repositories) * [Contributing](#contributing) * [Angular 2](#angular-2) +## For CTO's + +Making the right technology choices is key to success. Our [CTO's guide to NativeScript](https://www.nativescript.org/ctos-guide) helps you understand why NativeScript is the right choice for your next mobile project. + ## Getting Started and Installation Our [Getting Started Guide](http://docs.nativescript.org/start/getting-started) is a hands-on tutorial that walks you through installing NativeScript and building a real iOS and Android application.