From a4fcc1ff1b970ab107b5567302fe118a91c3ab30 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Wed, 16 Aug 2023 05:23:58 -0700 Subject: [PATCH] github.com -> sourcecode.social --- README.md | 4 ++-- runewriter_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f47c9bc..472604c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This package is meant to be a replacement for Go's built-in `"unicode/utf8"` pac ## Documention -Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-utf8 +Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-utf8 -[![GoDoc](https://godoc.org/github.com/reiver/go-utf8?status.svg)](https://godoc.org/github.com/reiver/go-utf8) +[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-utf8?status.svg)](https://godoc.org/sourcecode.social/reiver/go-utf8) ## Reading a Single UTF-8 Character diff --git a/runewriter_test.go b/runewriter_test.go index 3020477..af93e7b 100644 --- a/runewriter_test.go +++ b/runewriter_test.go @@ -1,7 +1,7 @@ package utf8_test import ( - "github.com/reiver/go-utf8" + "sourcecode.social/reiver/go-utf8" "strings"