diff --git a/examples_test.go b/examples_test.go index 45607a0444..bc06f5209b 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 09ed2a92e2..98bf151fda 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 710c200992..5b63b17071 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 (