From 97c0a5399e2f88a363b35fdcc10e5bb246f18035 Mon Sep 17 00:00:00 2001 From: Shun Fan Date: Wed, 20 Apr 2016 15:06:55 -0700 Subject: [PATCH] Update readme for compute sendgrid the link was wrong --- compute/sendgrid/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compute/sendgrid/README.md b/compute/sendgrid/README.md index e1dc94c7119..7a9c16aa53c 100644 --- a/compute/sendgrid/README.md +++ b/compute/sendgrid/README.md @@ -22,9 +22,9 @@ To run the sample, you will need to do the following: 1. Update packages and install required packages sudo apt-get update && sudo apt-get install git-core openjdk-8-jdk maven 1. Clone the repo - git clone https://github.com/shun-fan/test-compute-sendgrid.git + git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git 1. Configure your SendGrid settings in the java class (SENDGRID_API_KEY, SENDGRID_SENDER, TO_EMAIL) - ./sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java + java-docs-samples/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java 1. Navigate back to ./sendgrid and use maven to package the class as a jar mvn clean package 1. Switch to the target directory with the jar file and enable execution on that file