Skip to content

Commit

Permalink
feat!: Change to tjdavis.dev/problems
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdavis3 committed Sep 21, 2024
1 parent 7c5714b commit 98336c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/tjdavis3/problems
module tjdavis.dev/problems

go 1.16

Expand Down
4 changes: 2 additions & 2 deletions standard/standard.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Package standard contains a set of standard problem definitions that can be
easily instantiated. The OpenAPI definitions can be found in the [github.com/tjdavis3/problems/openapi]
easily instantiated. The OpenAPI definitions can be found in the [tjdavis.dev/problems/openapi]
directory.
*/
package standard
Expand All @@ -13,7 +13,7 @@ import (
ut "github.com/go-playground/universal-translator"
"github.com/go-playground/validator/v10"
en_translations "github.com/go-playground/validator/v10/translations/en"
. "github.com/tjdavis3/problems"
. "tjdavis.dev/problems"
)

// Problem types
Expand Down

0 comments on commit 98336c0

Please sign in to comment.