Skip to content

Commit e5e6cb7

Browse files
image path(less)
1 parent 636ce57 commit e5e6cb7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/hello-world/pages/sample-application.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ If you choose not to pass the environment variables, you can update the `applica
156156
=== Verifying the Application
157157

158158
Once the application starts, you can see the details of the application on the logs.
159-
include::image$app-startup-spring-boot.png[]
159+
include::app-startup-spring-boot.png[]
160160

161161
The application will run on port 8080 of your local machine -- `http://localhost:8080`.
162162
You will find the interactive Swagger documentation of the API if you go to the URL in your browser.
163163
Swagger documentation is used in this demo to showcase the different API endpoints and how they can be invoked.
164164
More details on the Swagger documentation can be found in the <<#swagger-documentation>>.
165165

166-
include::image$swagger-documentation-spring-boot.png[Swagger Documentation]
166+
include::swagger-documentation-spring-boot.png[Swagger Documentation]
167167

168168
== Running Tests
169169

@@ -209,7 +209,7 @@ $ mvn test -Dtest=org.couchbase.quickstart.springboot.controllers.RouteIntegrati
209209

210210
For this quickstart, we use three collections, `airport`, `airline` and `routes` that contain sample airports, airlines and airline routes respectively. The routes collection connects the airports and airlines as seen in the figure below. We use these connections in the quickstart to generate airports that are directly connected and airlines connecting to a destination airport. Note that these are just examples to highlight how you can use SQL++ queries to join the collections.
211211

212-
include::image$travel_sample_data_model.png[travel-sample data model]
212+
include::travel_sample_data_model.png[travel-sample data model]
213213

214214
=== Extending API by Adding New Entity
215215

0 commit comments

Comments
 (0)