diff --git a/examples_test.go b/examples_test.go index 45607a044..bc06f5209 100644 --- a/examples_test.go +++ b/examples_test.go @@ -21,7 +21,7 @@ import ( "context" - "github.com/01org/ciao/qemu" + "github.com/ciao-project/ciao/qemu" ) func Example() { diff --git a/qemu_test.go b/qemu_test.go index 09ed2a92e..98bf151fd 100644 --- a/qemu_test.go +++ b/qemu_test.go @@ -22,7 +22,7 @@ import ( "strings" "testing" - "github.com/01org/ciao/testutil" + "github.com/ciao-project/ciao/testutil" ) func testAppend(structure interface{}, expected string, t *testing.T) { diff --git a/qmp_test.go b/qmp_test.go index 710c20099..5b63b1707 100644 --- a/qmp_test.go +++ b/qmp_test.go @@ -28,7 +28,7 @@ import ( "context" - "github.com/01org/ciao/testutil" + "github.com/ciao-project/ciao/testutil" ) const (