updating name + repo links, new name cordova-test-platform
diff --git a/README.md b/README.md
index aa87c2f..afaf50d 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 #
 -->
 
-# cordova-platform-test
+# cordova-test-platform
 
 This repo contains the code for an [Apache Cordova](http://cordova.apache.org) platform that allows you to build applications that target NOTHING. This platform is purely for testing, although it is also a good resource to see the minimum requirements to implement a new platform.
 
diff --git a/package.json b/package.json
index e0b3f92..78dba05 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
-  "name": "cordova-platform-test",
-  "version": "0.0.4",
+  "name": "cordova-test-platform",
+  "version": "0.0.5",
   "description": "Platform that simply stubs the platformAPI for testing and education",
   "create": "src/bin/create",
   "main": "src/cordova/Api.js",
@@ -12,7 +12,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/cordova/cordova-platform-test.git"
+    "url": "git+https://github.com/apache/cordova-test-platform.git"
   },
   "keywords": [
     "apache",
@@ -22,9 +22,9 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "bugs": {
-    "url": "https://github.com/cordova/cordova-platform-test/issues"
+    "url": "https://issues.apache.org/jira/browse/CB"
   },
-  "homepage": "https://github.com/cordova/cordova-platform-test#readme",
+  "homepage": "https://github.com/cordova/cordova-test-platform#readme",
   "maintainers": [
     {
       "name": "stevegill",