From 8fe5a142a745514b444599b0a32aace5f09ddb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Fri, 4 Apr 2014 22:00:16 +0200 Subject: [PATCH] Update: docs with new repo url --- README.md | 10 +++++----- doc.go | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) 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