Skip to content

Commit

Permalink
Fix broken Java URL in README (GoogleCloudPlatform#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelumkps committed Jan 4, 2018
1 parent 5aff7b9 commit 54c24a7
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](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`.

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](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).
Expand Down

2 comments on commit 54c24a7

@lesv
Copy link

@lesv lesv commented on 54c24a7 Jan 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should be https, and you didn't push to us.

@kelumkps
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the URLs with https. Will push the changes in a moment.

Please sign in to comment.