From f7cc6321e2e29937b95dcaa679c6c5a394205e6a Mon Sep 17 00:00:00 2001 From: Gaurav Agarwal Date: Thu, 11 Jul 2019 10:21:32 +0530 Subject: [PATCH] Updating README. --- code-samples/09-Spring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-samples/09-Spring/README.md b/code-samples/09-Spring/README.md index 24232ab..1a033cc 100644 --- a/code-samples/09-Spring/README.md +++ b/code-samples/09-Spring/README.md @@ -1,6 +1,6 @@ # Spring -* Clone `git@github.com:spring-guides/gs-rest-service.git` +* Clone [spring REST service example](https://github.com/spring-guides/gs-rest-service) * `cd complete` * `mvn clean package` * `java -jar target/gs-rest-service-0.1.0.jar`