Fix a strictly-http link

This commit is contained in:
Erjan Gavalji 2015-04-30 18:20:04 +03:00
parent 4a5950cb48
commit 6c17789f00
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Develop your business logic with **JavaScript** or **TypeScript**, design and st
You can develop for **Android 4.2 or later** and **iOS 7.1 or later**.
![architecture diagram](http://docs.nativescript.org/img/architecture.png "architecture diagram")
![architecture diagram](//docs.nativescript.org/img/architecture.png "architecture diagram")
1. Write your **application code** once using the **NativeScript modules** and the **NativeScript runtimes**.<br/>The modules expose the native device and platform capabilities of Android and iOS in a consistent manner and let you access them via non-platform-specific code.<br/>The modules let you access some native capabilities via platform-specific JavaScript code.
1. Customize your app with platform-specific assets such as icons and splash screens.