From 333941e08db270e2dae1a963e7e5d4079855d45d Mon Sep 17 00:00:00 2001 From: Kyle Lemons Date: Sun, 7 Apr 2013 12:35:37 -0700 Subject: [PATCH] Update links to godoc.org --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1b548a..5e7f825 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ There is also a `usbid` package that will not be installed by default by this co Documentation ============= -The documentation can be viewed via local godoc or via Gary Burd's excellent [GoPkgDoc](http://gopkgdoc.appspot.com): +The documentation can be viewed via local godoc or via Gary Burd's excellent [godoc.org](http://godoc.org/): -- [usb](http://gopkgdoc.appspot.com/pkg/github.com/kylelemons/gousb/usb) -- [usbid](http://gopkgdoc.appspot.com/pkg/github.com/kylelemons/gousb/usbid) +- [usb](http://godoc.org/github.com/kylelemons/gousb/usb) +- [usbid](http://godoc.org/pkg/github.com/kylelemons/gousb/usbid)