Skip to content

Commit 97c0a53

Browse files
author
Shun Fan
committed
Update readme for compute sendgrid
the link was wrong
1 parent bd070d9 commit 97c0a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/sendgrid/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ To run the sample, you will need to do the following:
2222
1. Update packages and install required packages
2323
sudo apt-get update && sudo apt-get install git-core openjdk-8-jdk maven
2424
1. Clone the repo
25-
git clone https://github.com/shun-fan/test-compute-sendgrid.git
25+
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
2626
1. Configure your SendGrid settings in the java class (SENDGRID_API_KEY, SENDGRID_SENDER, TO_EMAIL)
27-
./sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java
27+
java-docs-samples/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java
2828
1. Navigate back to ./sendgrid and use maven to package the class as a jar
2929
mvn clean package
3030
1. Switch to the target directory with the jar file and enable execution on that file

0 commit comments

Comments
 (0)