From 8e9c6d5f321ca8b4fe57ab4e456f74ecfa3a7185 Mon Sep 17 00:00:00 2001 From: Emil Tabakov Date: Thu, 16 Aug 2018 14:34:43 +0300 Subject: [PATCH] fix: README's images are not visualised in api reference (#6185) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b15e01c6..35b55a981 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NativeScript [![Build Status](https://travis-ci.org/NativeScript/NativeScript.svg?branch=master)](https://travis-ci.org/NativeScript/NativeScript) -![NativeScript logo](http://i.imgur.com/YmNIMqS.png) +![NativeScript logo](https://i.imgur.com/YmNIMqS.png) [NativeScript](http://www.nativescript.org) is a framework for building native iOS and Android apps using JavaScript and CSS. NativeScript renders UIs with the native platform’s rendering engine, no [WebViews](http://developer.telerik.com/featured/what-is-a-webview/), resulting in native-like performance and UX. @@ -32,7 +32,7 @@ Our Getting Started Guides are hands-on tutorials that walk you through installi Below is a common NativeScript architecture diagram. In more detail, read the [How NativeScript Works article](https://docs.nativescript.org/start/how-it-works). -![Architecture diagram](https://github.com/NativeScript/docs/blob/master/docs/img/ns-common.png) +![Architecture diagram](https://raw.githubusercontent.com/NativeScript/docs/master/docs/img/ns-common.png) ## Quick Links