]> go.fuhry.dev Git - fsnotify.git/commitdiff
shorter path for gopkg.in
authorNathan Youngman <git@nathany.com>
Thu, 10 Jul 2014 00:06:36 +0000 (18:06 -0600)
committerNathan Youngman <git@nathany.com>
Thu, 10 Jul 2014 00:06:36 +0000 (18:06 -0600)
README.md

index 96e0ab3dad52cf89d4a143280e9a11922f4fe817..77408a93898be17e926f3d15299f9a4336f70fd4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Please see [the documentation](http://godoc.org/github.com/go-fsnotify/fsnotify)
 
 The fsnotify API has changed from what exists at `github.com/howeyc/fsnotify` ([GoDoc](http://godoc.org/github.com/howeyc/fsnotify)).
 
-Further changes are expected. You may use [gopkg.in](https://gopkg.in/go-fsnotify/fsnotify.v0) to lock to the current API: 
+Further changes are expected. You may use [gopkg.in](https://gopkg.in/fsnotify.v0) to lock to the current API: 
 
 ```go
 import "gopkg.in/fsnotify.v0"