Skip to content

Commit

Permalink
fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jan 2, 2025
1 parent cb38768 commit bad7285
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/nuejs.org/blog/nuekit-010/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Use the same simple syntax and development model for content-focused websites or
[image]
small: /img/simple-blog.png
large: /img/simple-blog-big.png
href: /@simple-blog
href: //simple-blog.nuejs.org
width: 650

Build a simple blog: [Tutorial](/docs/tutorials/build-a-simple-blog.html) /
[Live demo](/@simple-blog) /
[Source code](//github.com/nuejs/create-nue/tree/master/simple-blog)
Build a simple blog: [Tutorial](/docs/tutorial.html) /
[Live demo](//simple-blog.nuejs.org) /
[Source code](//github.com/nuejs/nue/tree/master/packages/examples/simple-blog)

 

Expand Down
2 changes: 1 addition & 1 deletion packages/nuejs.org/blog/rethinking-reactivity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function App() {

[counter]

[Source](//github.com/nuejs/nue/blob/master/packages/nuejs.org/blog/rethinking-reactivity/examples.nue)
[Source](//github.com/nuejs/nue/blob/master/packages/nuejs.org/blog/rethinking-reactivity/examples.dhtml)

To understand this choice we must go back in time. The world used to be slightly different before React and the kids entered the picture. There were two kinds of frontend skills: *UX development* and *JS development*:

Expand Down

0 comments on commit bad7285

Please sign in to comment.