diff --git a/README.md b/README.md index 9d2d365..5a2416c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ s := arb.String() ``` ## Documention -Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-arbitrary +Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-arbitrary -[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-arbitrary?status.svg)](https://godoc.org/sourcecode.social/reiver/go-arbitrary) +[![GoDoc](https://godoc.org/github.com/reiver/go-arbitrary?status.svg)](https://godoc.org/github.com/reiver/go-arbitrary) diff --git a/t_htmlfile.go b/t_htmlfile.go index 942baeb..aaf72fe 100644 --- a/t_htmlfile.go +++ b/t_htmlfile.go @@ -1,7 +1,7 @@ package arbitrary import ( - "sourcecode.social/reiver/go-strfs" + "github.com/reiver/go-strfs" "io/fs" "time" diff --git a/t_textfile.go b/t_textfile.go index b767447..67639c6 100644 --- a/t_textfile.go +++ b/t_textfile.go @@ -1,7 +1,7 @@ package arbitrary import ( - "sourcecode.social/reiver/go-strfs" + "github.com/reiver/go-strfs" "io/fs" "time"