Skip to content

Commit eb09a58

Browse files
committed
changed location of image
1 parent 6613ec4 commit eb09a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/minishift/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ The `vote` application is using various MicroProfile specifications. The `/open
282282

283283
1. Expand the `POST /attendee` endpoint and click the `Try it out` button.
284284
1. Place your username (e.g. userX) in the `id` field, and place your name in the `name` field.
285-
![image](../images/post_screenshot.png)
285+
![image](../../images/post_screenshot.png)
286286
1. Click on the `Execute` button. Scroll down and you'll see the `curl` command that was used, the `Requested URL` and then details of the response. This entry has now been saved into the CouchDB database that our microservice is using.
287-
![image](../images/post_result.png)
287+
![image](../../images/post_result.png)
288288
1. Now expand the `GET /attendee/{id}`, click the `Try it out` button, and type into the textbox the `id` you entered from the previous step.
289289
1. Click on `Execute` and inspect that the `Respond body` contains the same name that you created in step 2. You successfully triggered a fetch from our microservice into the CouchDB database.
290290
1. Feel free to explore the other APIs and play around with the microservice!

0 commit comments

Comments
 (0)