summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Yegge <stevey@google.com>2017-03-06 12:56:30 -0800
committerSteve Yegge <stevey@google.com>2017-03-06 13:00:09 -0800
commitb37be23bc1b98963102aa37f546a6f242bc7407e (patch)
tree818f971dbb18d7f86c7329e0fd15b9a1dc357b8b
parentfa183014288739ed7e6d2eb10b68bbf7b9bbedce (diff)
downloadjdk-b37be23bc1b98963102aa37f546a6f242bc7407e.tar.gz
Fixed manifest URL
Change-Id: Ic2faa24e7ff510e08f33ed537319a978e49d230c Test: n/a -- this is an internal doc change
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 746f4fb5..0ba5a742 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ should be available for both branches.
- Get the sources by cloning the repo
```bash
-repo init -u https://android-googlesource.com/platform/manifest -b openjdk
+repo init -u persistent-https://googleplex-android.git.corp.google.com/platform/manifest -b openjdk
repo sync # Do not use '-c' here
```