From 24a895af1eff60e7b879ecc79774250d4382821a Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Wed, 28 Oct 2020 02:23:45 -0700 Subject: [PATCH] fix(docs): Correct url and not for gradle Gradle install url is at https://gradle.org/install/ --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index b52eda8d4..56af61c73 100644 --- a/example/README.md +++ b/example/README.md @@ -26,7 +26,7 @@ To use the SAM CLI, you need the following tools. * SAM CLI - [Install the SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) * Java8 - [Install the Java SE Development Kit 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) * Maven - [Install Maven](https://maven.apache.org/install.html) or -* Gradle - [Install Maven](https://maven.apache.org/install.html) +* Gradle - [Install Gradle](https://gradle.org/install/) * Docker - [Install Docker community edition](https://hub.docker.com/search/?type=edition&offering=community) To build and deploy your application for the first time, run the following in your shell: