modify documentation

This commit is contained in:
Lyon Hill 2015-09-29 09:15:17 -06:00
parent 86ed632d52
commit 7e68364fd4

View File

@ -6,7 +6,7 @@ scribble
### Installation ### Installation
Install using `go get github.com/pagodabox/golang-scribble`. Install using `go get github.com/nanobox-io/golang-scribble`.
### Usage ### Usage
@ -45,8 +45,8 @@ if err := database.Transact(t); err != nil {
} }
``` ```
For an example of a qualified logger see [here](http://godoc.org/github.com/pagodabox/golang-hatchet). For an example of a qualified logger see [here](http://godoc.org/github.com/nanobox-io/golang-hatchet).
### Documentation ### Documentation
Complete documentation is available on [godoc](http://godoc.org/github.com/pagodabox/golang-scribble). Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble).