sourcecode.social -> github.com

master
Charles Iliya Krempeaux 2024-08-25 05:35:51 -07:00
parent 01b1383fcd
commit 79a45bc039
3 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -1,7 +1,7 @@
package arbitrary
import (
"sourcecode.social/reiver/go-strfs"
"github.com/reiver/go-strfs"
"io/fs"
"time"

View File

@ -1,7 +1,7 @@
package arbitrary
import (
"sourcecode.social/reiver/go-strfs"
"github.com/reiver/go-strfs"
"io/fs"
"time"