From 6a140af215b131965e08b28fd7194bc62f17f707 Mon Sep 17 00:00:00 2001 From: Kurtis Van Gent Date: Tue, 9 Jan 2018 09:27:26 -0800 Subject: [PATCH] Fixed type in urls to Java. --- storage/xml-api/cmdline-sample/README.md | 2 +- storage/xml-api/serviceaccount-appengine-sample/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/xml-api/cmdline-sample/README.md b/storage/xml-api/cmdline-sample/README.md index 1b68e0460fe..8cd94a22510 100644 --- a/storage/xml-api/cmdline-sample/README.md +++ b/storage/xml-api/cmdline-sample/README.md @@ -26,7 +26,7 @@ Command-line Instructions ------------------------- * **Prerequisites:** - * Install the latest version of [Java](http//java.com) and [Maven](http://maven.apache.org/download.html). + * Install the latest version of [Java](https://java.com) and [Maven](https://maven.apache.org/download.html). * Set the environment variable: `export GOOGLE_APPLICATION_CREDENTIALS=your-key-filename.json` * You may need to set your `JAVA_HOME`. diff --git a/storage/xml-api/serviceaccount-appengine-sample/README.md b/storage/xml-api/serviceaccount-appengine-sample/README.md index 78f8fb99461..8114f0aa4d5 100644 --- a/storage/xml-api/serviceaccount-appengine-sample/README.md +++ b/storage/xml-api/serviceaccount-appengine-sample/README.md @@ -15,7 +15,7 @@ for getting your App Engine Service Account Name and adding it to your project t Checkout Instructions --------------------- -**Prerequisites:** install the latest version of [Java](http//java.com) and [Maven](http://maven.apache.org/download.html). You may need to set your `JAVA_HOME`. +**Prerequisites:** install the latest version of [Java](https://java.com) and [Maven](https://maven.apache.org/download.html). You may need to set your `JAVA_HOME`. You must also be able to work with a GitHub repository (see e.g., https://help.github.com/articles/set-up-git).