Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix some links #424

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 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 # TODO: fix
href: //simple-blog.nuejs.org
width: 650

Build a simple blog: [Tutorial](/docs/tutorials/build-a-simple-blog.html)<!--TODO: fix--> /
[Live demo](/@simple-blog)<!--TODO: fix--> /
[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)

&nbsp;

Expand All @@ -49,8 +49,9 @@ Build a simple blog: [Tutorial](/docs/tutorials/build-a-simple-blog.html)<!--TOD
href: /@simple-admin # TODO: fix
width: 650

Build a simple SPA: [Tutorial](/docs/tutorials/build-a-simple-spa.html)<!--TODO: fix--> /
[Live demo](/@simple-admin)<!--TODO: fix--> /
// TODO: fix links
Build a simple SPA: [Tutorial](/docs/tutorials/build-a-simple-spa.html) /
[Live demo](/@simple-admin) /
[Source code](//github.com/nuejs/create-nue/tree/master/simple-app)


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)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe just use an old permalink, that points to the correct file version?


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
Loading