From 54c24a78315235316a38c97dce6964a763c4d69f Mon Sep 17 00:00:00 2001 From: Kelum Senanayake Date: Thu, 4 Jan 2018 14:52:41 +0800 Subject: [PATCH 1/2] Fix broken Java URL in README (#978) --- 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..bb501cfde7e 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](http://java.com) and [Maven](http://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..310a313c108 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](http://java.com) and [Maven](http://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). From 34c47643f5d012c2ca51204b376faeb314c75996 Mon Sep 17 00:00:00 2001 From: Kelum Senanayake Date: Fri, 5 Jan 2018 08:48:29 +0800 Subject: [PATCH 2/2] Change URLs to https (#978) --- 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 bb501cfde7e..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 310a313c108..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).