diff --git a/README.md b/README.md index 4e8b9e3..cf7a9fc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Go Reference](https://pkg.go.dev/badge/github.com/tardisx/haiku-detector.svg)](https://pkg.go.dev/github.com/tardisx/haiku-detector) +[![Go Reference](https://pkg.go.dev/badge/code.ppl.town/justin/haiku-detector.svg)](https://pkg.go.dev/code.ppl.town/justin/haiku-detector) - import "github.com/tardisx/haiku-detector" + import "code.ppl.town/justin/haiku-detector" haiku := haiku.Find("haiku can be found wherever you are looking with help of some code") diff --git a/go.mod b/go.mod index 32fe1e8..47c8681 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/tardisx/haiku-detector +module code.ppl.town/justin/haiku-detector go 1.24.1