mikeric / rivets

Lightweight and powerful data binding.
http://rivetsjs.com
MIT License
3.23k stars 310 forks source link

Broken link to latest version #707

Open toby1kenobi opened 7 years ago

toby1kenobi commented 7 years ago

Pretty much the first link in the guide, to download the latest version of rivets.js, is a broken link. It's this one:

You can grab the latest stable release here or install

benadamstyles commented 7 years ago

Thanks for this. @jccazeaux Do you think you could write up very briefly how you updated the docs in the past? I don't know how it works and it seems complex. I'd love to be able to edit/update the website myself.

jccazeaux commented 7 years ago

Oops sorry @Leeds-eBooks i missed this message. Here are the steps to update the doc

  1. Code your changes on master
  2. On your computer (synced with remote of course) launch the script doc.sh (this script will update the doc on gh-pages branch)
  3. Push gh-pages branch git push origin gh-pages:gh-pages
benadamstyles commented 7 years ago

@jccazeaux No worries, that's excellent, thank you!