diff --git a/README.md b/README.md index 30ab2eb..b1db126 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ The serialized form of the **xim-id** is safe to use as a _file_ or _directory_ ## Documention -Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-xim +Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-xim -[![GoDoc](https://godoc.org/github.com/reiver/go-xim?status.svg)](https://godoc.org/github.com/reiver/go-xim) +[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-xim?status.svg)](https://godoc.org/sourcecode.social/reiver/go-xim) ## Example @@ -203,7 +203,3 @@ The advantage of this is that lexical-ordering (in Unicode & ASCII) is also symb One design goal is that lexical ordering of the **xim** strings is (almost always) also temporal ordering of the **xim** strings. Another design goal of it is that these **xim** strings should be able to be used as a file-name, or a directory-name. - -## See Also: - -* https://github.com/reiver/xim-id diff --git a/go.mod b/go.mod index cc79ec5..361620a 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/reiver/go-xim +module sourcecode.social/reiver/go-xim go 1.17