From 4afb0fde48267a3dc82870c861da802e810ab671 Mon Sep 17 00:00:00 2001 From: Victor Nascimento Date: Sun, 14 Feb 2016 11:13:37 -0300 Subject: [PATCH] Fixed blog href There is a bug on NativeScript web configuration, translating http://nativescript.org/blog to http://nativescript.orgblog. Adding www fixed the issue. (http://www.nativescript.org/blog) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ab525704..c302c7d65 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Our [Getting Started Guide](http://docs.nativescript.org/start/getting-started) - [NativeScript’s home page](http://nativescript.org) - [NativeScript’s documentation](http://docs.nativescript.org/) -- [@NativeScript on Twitter](http://twitter.com/NativeScript) -- [NativeScript’s blog](http://nativescript.org/blog) +- [NativeScript’s blog](http://www.nativescript.org/blog) +- [@NativeScript on Twitter](http://twitter.com/NativeScript) - [NativeScript’s community forum](https://groups.google.com/forum/#!forum/nativescript) - [NativeScript on Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript)