Update: docs with new repo url
This commit is contained in:
parent
fce3aa8126
commit
8fe5a142a7
2 changed files with 7 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -4,15 +4,15 @@ slug
|
|||
Package `slug` generate slug from unicode string, URL-friendly slugify with
|
||||
multiple languages support.
|
||||
|
||||
[](https://godoc.org/bitbucket.org/gosimple/slug)
|
||||
[](https://drone.io/bitbucket.org/gosimple/slug/latest)
|
||||
[](https://godoc.org/github.com/gosimple/slug)
|
||||
[](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?
|
||||
<https://bitbucket.org/gosimple/slug/issues>
|
||||
<https://github.com/gosimple/slug/issues>
|
||||
|
||||
## Installation
|
||||
|
||||
go get -u bitbucket.org/gosimple/slug
|
||||
go get -u github.com/gosimple/slug
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
4
doc.go
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue