Skip to content

Commit 4afb0fd

Browse files
committed
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)
1 parent fbadcd1 commit 4afb0fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Our [Getting Started Guide](http://docs.nativescript.org/start/getting-started)
2222

2323
- [NativeScript’s home page](http://nativescript.org)
2424
- [NativeScript’s documentation](http://docs.nativescript.org/)
25-
- [@NativeScript on Twitter](http://twitter.com/NativeScript)
26-
- [NativeScript’s blog](http://nativescript.org/blog)
25+
- [NativeScript’s blog](http://www.nativescript.org/blog)
26+
- [@NativeScript on Twitter](http://twitter.com/NativeScript)
2727
- [NativeScript’s community forum](https://groups.google.com/forum/#!forum/nativescript)
2828
- [NativeScript on Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript)
2929

0 commit comments

Comments
 (0)