From 117a5528210f4c2d29e10eb676915a98657fb760 Mon Sep 17 00:00:00 2001 From: atanasovg Date: Thu, 5 Mar 2015 17:09:20 +0200 Subject: [PATCH] Add link to troubleshooting in getting-started --- getting-started.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index 8e95dbd87..614bbfd8c 100644 --- a/getting-started.md +++ b/getting-started.md @@ -41,4 +41,7 @@ This quick start development guide will introduce you to the basic architecture ### 3. Explore the **[modules overview](modules.md)** and the **[API Reference](ApiReference/application/README.md)**. -The extensive overview and API reference will introduce to the how-tos of NativeScript development. You will learn how to tap into the native capabilities that you want to implement inside your app. \ No newline at end of file +The extensive overview and API reference will introduce to the how-tos of NativeScript development. You will learn how to tap into the native capabilities that you want to implement inside your app. + +# Remarks +If you hit some unexpected behavior please check the [Troubleshooting](./troubleshooting.md) article. \ No newline at end of file