Fix local URL, send danalbert to the shame cube.

Change-Id: I1b34463c4b263c044679de0f06ef2a19cfe8ab7b
diff --git a/config_dump.json b/config_dump.json
index b267fea..c89a936 100644
--- a/config_dump.json
+++ b/config_dump.json
@@ -1,7 +1,7 @@
 {
   "_default": {
     "manifest_branch": "master-ndk",
-    "manifest_repo_url": "file:///work/src/buildbot-ndk/manifest"
+    "manifest_repo_url": "https://android.googlesource.com/platform/manifest"
   },
   "_site_params": {},
   "_templates": {},
@@ -25,4 +25,4 @@
     "builder_class_name": "config.builders.ndk_builders.Builder",
     "host": "windows64"
   }
-}
+}
\ No newline at end of file
diff --git a/gen-config.py b/gen-config.py
index b7903d8..e2b47d7 100644
--- a/gen-config.py
+++ b/gen-config.py
@@ -35,7 +35,7 @@
 
 
 def main():
-    manifest_repo_url = 'file:///work/src/buildbot-ndk/manifest'
+    manifest_repo_url = 'https://android.googlesource.com/platform/manifest'
     manifest_branch = 'master-ndk'
 
     config = {