Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken Java URL in README (#978) #981

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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