diff --git a/README.md b/README.md index 6c5aab7..6a54e01 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ integrated inside you http.Client from you already existing tests. ```go import ( "github.com/stretchr/testify/assert" - "gitlab.com/Peltoche/oaichecker" + "github.com/Peltoche/oaichecker" ) func Test_Posting_a_valid_pet(t *testing.T) { diff --git a/example_test.go b/example_test.go index aa618bc..9a44df8 100644 --- a/example_test.go +++ b/example_test.go @@ -5,7 +5,7 @@ import ( "net/http" "strings" - "gitlab.com/Peltoche/oaichecker" + "github.com/Peltoche/oaichecker" ) func Example_specs_format_validations() {