Moved to https://github.com/bitovi/documentjs
If you've accidentally pulled this repo, be sure to git reset --hard HEAD~1 and pull from the new origin: git://github.com/bitovi/documentjs.git
If you've cloned this repo, update your remote:
- git remote rm origin
- git remote add origin git://github.com/bitovi/documentjs.git
If you've forked, update your upstream remote:
- git remote rm upstream
- git remote add upstream git://github.com/bitovi/documentjs.git
If you are using this repository as a submodule
- Edit your
.gitmodulesand change the submodule path to git://github.com/bitovi/documentjs.git - git sync