From 627e5e1442d1c3ae14cf0a8a0b8325f401a457f7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 26 Jul 2022 14:12:58 +0100 Subject: [PATCH] Correct repository location in getting started guide --- .../src/docs/asciidoc/getting-started-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restful-notes-spring-hateoas/src/docs/asciidoc/getting-started-guide.adoc b/restful-notes-spring-hateoas/src/docs/asciidoc/getting-started-guide.adoc index 7e8346a..9d9142c 100644 --- a/restful-notes-spring-hateoas/src/docs/asciidoc/getting-started-guide.adoc +++ b/restful-notes-spring-hateoas/src/docs/asciidoc/getting-started-guide.adoc @@ -24,14 +24,14 @@ The first step is to clone the Git repository: [source,bash] ---- -$ git clone https://github.com/spring-projects/spring-restdocs +$ git clone https://github.com/spring-projects/spring-restdocs-samples ---- Once the clone is complete, you're ready to get the service up and running: [source,bash] ---- -$ cd samples/rest-notes-spring-hateoas +$ cd restful-notes-spring-hateoas $ ./gradlew build $ java -jar build/libs/*.jar ----