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