Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Nov 20, 2012
0 parents commit 6fce5b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions readme.md
@@ -0,0 +1,18 @@
# Moved to [https://github.com/bitovi/documentjs](http://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 `.gitmodules` and change the submodule path to git://github.com/bitovi/documentjs.git
* git sync

0 comments on commit 6fce5b9

Please sign in to comment.