Correct repository location in getting started guide

This commit is contained in:
Andy Wilkinson
2022-07-26 14:12:58 +01:00
parent 0cbcb448d5
commit 627e5e1442

View File

@@ -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
----