From f3d7654d57ad6a3b18f64e7e41b156a3696bb97c Mon Sep 17 00:00:00 2001 From: InfamousPlatypus <45645300+InfamousPlatypus@users.noreply.github.com> Date: Mon, 14 Mar 2022 09:51:15 -0400 Subject: [PATCH] Update README.md Sent Quick Start's Java link to the JDK download location. Should fix #5199 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67a2c1d5591..1f1b23d9f8e 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Learn more at [http://openwhisk.apache.org](http://openwhisk.apache.org). The easiest way to start using OpenWhisk is to install the "Standalone" OpenWhisk stack. This is a full-featured OpenWhisk stack running as a Java process for convenience. -Serverless functions run within Docker containers. You will need [Docker](https://docs.docker.com/install), -[Java](https://java.com/en/download/help/download_options.xml) and [Node.js](https://nodejs.org) available on your machine. +Serverless functions run within Docker containers. You will need [Docker](https://docs.docker.com/install), the +[Java Development Kit](https://www.oracle.com/java/technologies/downloads/) and [Node.js](https://nodejs.org) available on your machine. To get started: ```