rename imports: rackspace/gophercloud -> gophercloud/gophercloud
diff --git a/pagination/linked_test.go b/pagination/linked_test.go
index 1ac0f73..2ee5aba 100644
--- a/pagination/linked_test.go
+++ b/pagination/linked_test.go
@@ -7,7 +7,7 @@
 	"testing"
 
 	"github.com/mitchellh/mapstructure"
-	"github.com/rackspace/gophercloud/testhelper"
+	"github.com/gophercloud/gophercloud/testhelper"
 )
 
 // LinkedPager sample and test cases.