Skip to content

Commit

Permalink
Fixed type in urls to Java.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Jan 9, 2018
1 parent cb201d9 commit 6a140af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/xml-api/cmdline-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion storage/xml-api/serviceaccount-appengine-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 6a140af

Please sign in to comment.