update package location
diff --git a/README.md b/README.md
index 417ffd9..2a461af 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 ## Installation
 
-import "github.com/kbatten/docopt.go" and then run `go get`.
+import "github.com/docopt/docopt.go" and then run `go get`.
 
 ## API
 
@@ -76,7 +76,7 @@
 
 import (
     "fmt"
-    docopt "github.com/kbatten/docopt.go"
+    docopt "github.com/docopt/docopt.go"
 )
 
 func main() {
diff --git a/docopt.go b/docopt.go
index 2a32110..3967666 100644
--- a/docopt.go
+++ b/docopt.go
@@ -58,7 +58,7 @@
 //
 //  import (
 //      "fmt"
-//      docopt "github.com/kbatten/docopt.go"
+//      docopt "github.com/docopt/docopt.go"
 //  )
 //
 //  func main() {
diff --git a/examples/naval_fate.go b/examples/naval_fate.go
index d3d0d36..b04b26a 100644
--- a/examples/naval_fate.go
+++ b/examples/naval_fate.go
@@ -2,7 +2,7 @@
 
 import (
 	"fmt"
-	docopt "github.com/kbatten/docopt.go"
+	docopt "github.com/docopt/docopt.go"
 )
 
 func main() {