diff --git a/README.md b/README.md index 3630e95..0b6e7dc 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ slug Package `slug` generate slug from unicode string, URL-friendly slugify with multiple languages support. -[![GoDoc](https://godoc.org/bitbucket.org/gosimple/slug?status.png)](https://godoc.org/bitbucket.org/gosimple/slug) -[![Build Status](https://drone.io/bitbucket.org/gosimple/slug/status.png)](https://drone.io/bitbucket.org/gosimple/slug/latest) +[![GoDoc](https://godoc.org/github.com/gosimple/slug?status.png)](https://godoc.org/github.com/gosimple/slug) +[![Build Status](https://drone.io/github.com/gosimple/slug/status.png)](https://drone.io/github.com/gosimple/slug/latest) ## Example package main import( - "bitbucket.org/gosimple/slug" + "github.com/gosimple/slug" "fmt" ) @@ -37,11 +37,11 @@ multiple languages support. } ### Requests or bugs? - + ## Installation - go get -u bitbucket.org/gosimple/slug + go get -u github.com/gosimple/slug ## License diff --git a/doc.go b/doc.go index f1d8300..ffbe2c2 100644 --- a/doc.go +++ b/doc.go @@ -12,7 +12,7 @@ Example: package main import( - "bitbucket.org/gosimple/slug" + "github.com/gosimple/slug" "fmt" ) @@ -38,6 +38,6 @@ Example: Requests or bugs? -https://bitbucket.org/gosimple/slug/issues +https://github.com/gosimple/slug/issues */ package slug