martyjs / marty

A Javascript library for state management in React applications
http://martyjs.org
MIT License
1.09k stars 76 forks source link

Fix broken link to Node.js website #382

Closed daveherbert closed 8 years ago

daveherbert commented 8 years ago

Hi there,

I just found a broken link pointing to the Node.js website whilst reading one of the articles.

The protocol had been left off, meaning the link 404'd to http://martyjs.org/guides/isomorphism/nodejs.org. I've corrected it to target https://nodejs.org.

:smile:

taion commented 8 years ago

This is auto-generated actually, it's not manually set up.

daveherbert commented 8 years ago

@taion Oh I hadn't realised. Perhaps you could point me to the location of the source, so I can fix it there instead?

taion commented 8 years ago

I believe it's https://github.com/martyjs/marty/blob/master/docs/_guides/isomorphism/index.md.

Separately, if you are in the process of building out isomorphic rendering support for a Marty app, though, I'd really recommend against it. Go with Alt or Redux if you have a choice.