Update: docs with new repo url
This commit is contained in:
parent
fce3aa8126
commit
8fe5a142a7
10
README.md
10
README.md
@ -4,15 +4,15 @@ slug
|
|||||||
Package `slug` generate slug from unicode string, URL-friendly slugify with
|
Package `slug` generate slug from unicode string, URL-friendly slugify with
|
||||||
multiple languages support.
|
multiple languages support.
|
||||||
|
|
||||||
[![GoDoc](https://godoc.org/bitbucket.org/gosimple/slug?status.png)](https://godoc.org/bitbucket.org/gosimple/slug)
|
[![GoDoc](https://godoc.org/github.com/gosimple/slug?status.png)](https://godoc.org/github.com/gosimple/slug)
|
||||||
[![Build Status](https://drone.io/bitbucket.org/gosimple/slug/status.png)](https://drone.io/bitbucket.org/gosimple/slug/latest)
|
[![Build Status](https://drone.io/github.com/gosimple/slug/status.png)](https://drone.io/github.com/gosimple/slug/latest)
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import(
|
import(
|
||||||
"bitbucket.org/gosimple/slug"
|
"github.com/gosimple/slug"
|
||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -37,11 +37,11 @@ multiple languages support.
|
|||||||
}
|
}
|
||||||
|
|
||||||
### Requests or bugs?
|
### Requests or bugs?
|
||||||
<https://bitbucket.org/gosimple/slug/issues>
|
<https://github.com/gosimple/slug/issues>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
go get -u bitbucket.org/gosimple/slug
|
go get -u github.com/gosimple/slug
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
4
doc.go
4
doc.go
@ -12,7 +12,7 @@ Example:
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import(
|
import(
|
||||||
"bitbucket.org/gosimple/slug"
|
"github.com/gosimple/slug"
|
||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -38,6 +38,6 @@ Example:
|
|||||||
|
|
||||||
Requests or bugs?
|
Requests or bugs?
|
||||||
|
|
||||||
https://bitbucket.org/gosimple/slug/issues
|
https://github.com/gosimple/slug/issues
|
||||||
*/
|
*/
|
||||||
package slug
|
package slug
|
||||||
|
Loading…
Reference in New Issue
Block a user