Skip to content

Commit 6fc6424

Browse files
committed
Fixed typo in urls to Java.
1 parent cb201d9 commit 6fc6424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/xml-api/cmdline-sample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Command-line Instructions
2626
-------------------------
2727

2828
* **Prerequisites:**
29-
* Install the latest version of [Java](http//java.com) and [Maven](http://maven.apache.org/download.html).
29+
* Install the latest version of [Java](https://java.com) and [Maven](https://maven.apache.org/download.html).
3030
* Set the environment variable: `export GOOGLE_APPLICATION_CREDENTIALS=your-key-filename.json`
3131
* You may need to set your `JAVA_HOME`.
3232

storage/xml-api/serviceaccount-appengine-sample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for getting your App Engine Service Account Name and adding it to your project t
1515
Checkout Instructions
1616
---------------------
1717

18-
**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`.
18+
**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`.
1919

2020
You must also be able to work with a GitHub repository (see e.g.,
2121
https://help.github.com/articles/set-up-git).

0 commit comments

Comments
 (0)