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)
This commit is contained in:
Victor Nascimento
2016-02-14 11:13:37 -03:00
parent fbadcd1417
commit 4afb0fde48

View File

@@ -22,8 +22,8 @@ Our [Getting Started Guide](http://docs.nativescript.org/start/getting-started)
- [NativeScripts home page](http://nativescript.org)
- [NativeScripts documentation](http://docs.nativescript.org/)
- [@NativeScript on Twitter](http://twitter.com/NativeScript)
- [NativeScripts blog](http://nativescript.org/blog)
- [NativeScripts blog](http://www.nativescript.org/blog)
- [@NativeScript on Twitter](http://twitter.com/NativeScript)
- [NativeScripts community forum](https://groups.google.com/forum/#!forum/nativescript)
- [NativeScript on Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript)