TBR: playground: Open-source prep: update links and such to point to GitHub locations

Change-Id: I80de5930dc2130590a114e188f7b9dddd71b4d2e
MultiPart: 12/14
diff --git a/client/browser/render.js b/client/browser/render.js
index 6f2ad5f..6746784 100644
--- a/client/browser/render.js
+++ b/client/browser/render.js
@@ -63,10 +63,7 @@
         href: 'https://github.com/vanadium/issues/issues/'
       }, 'File a bug'),
       h('a', {
-        href: 'https://v.io/docs.html'
-      }, 'API Docs'),
-      h('a', {
-        href: 'https://v.io/tos.html'
+        href: 'https://github.com/vanadium/docs/blob/master/tos.md'
       }, 'Terms of service')
     ]),
     h('nav.social', [
diff --git a/go/src/v.io/x/playground/Dockerfile b/go/src/v.io/x/playground/Dockerfile
index 4e81e3f..db06d5f 100644
--- a/go/src/v.io/x/playground/Dockerfile
+++ b/go/src/v.io/x/playground/Dockerfile
@@ -21,7 +21,7 @@
 # fresh Vanadium code, you must pass "--no-cache" to the docker build command.
 # See README.md.
 ADD netrc /root/.netrc
-RUN curl -u vanadium:D6HT]P,LrJ7e https://v.io/bootstrap | bash
+RUN curl https://v.io/bootstrap | bash
 RUN rm /root/.netrc
 
 # Install the release/javascript/core library.