summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Yegge <stevey@google.com>2017-03-15 00:02:27 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-03-15 00:02:27 +0000
commita7134cb4d7b57f4d018cf959ef181a79fa1f328d (patch)
treea31785d7e0b1e6368d57dc8f17b1f6cc0f4cc498
parenta1fd787d260a3a11d26fffa276f62271c738514f (diff)
parentb37be23bc1b98963102aa37f546a6f242bc7407e (diff)
downloadjdk-a7134cb4d7b57f4d018cf959ef181a79fa1f328d.tar.gz
Merge "Fixed manifest URL" into studio-master-dev
-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
```