From 79a45bc039ea601c9cbc9300e77142041d5bc591 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 25 Aug 2024 05:35:51 -0700 Subject: [PATCH] sourcecode.social -> github.com --- README.md | 4 ++-- t_htmlfile.go | 2 +- t_textfile.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"