From b2ed7fa065fc54232e8b4d12c3ef1f5e5d3610a9 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 4 Jul 2024 07:43:40 -0700 Subject: [PATCH] sourcecode.social -> github.com --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c4b977..6c84b64 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Package **erorr** implements tools to create and manipulate errors, for the Go p ## Documention -Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-erorr +Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-erorr -[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-erorr?status.svg)](https://godoc.org/sourcecode.social/reiver/go-erorr) +[![GoDoc](https://godoc.org/github.com/reiver/go-erorr?status.svg)](https://godoc.org/github.com/reiver/go-erorr) ## Creating Errors diff --git a/go.mod b/go.mod index 4d36a33..34f6f60 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module sourcecode.social/reiver/go-erorr +module github.com/reiver/go-erorr go 1.17