Skip to content

Commit a002720

Browse files
updates
1 parent eb2d187 commit a002720

File tree

1 file changed

+5
-5
lines changed
  • application-development/cloud-native/oci-queue

1 file changed

+5
-5
lines changed

application-development/cloud-native/oci-queue/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ SOFTWARE.
4343
Create Queue and copy the Queue OCID and Enpoint:
4444

4545
<p>
46-
<img src="endpoint.png" width="800" />
46+
<img src="files/endpoint.png" width="800" />
4747

4848
<p>
4949
When using another <code>region</code> than <code>EU_FRANKFURT_1</code> please modify the
50-
<a href="./blob/main/files/index.js#L10">
50+
<a href="index.js#L10">
5151
<code>index.js</code></a> Line #10 accordingly:
5252

5353
<pre>
@@ -81,18 +81,18 @@ Setup secrets to run this example with GitHub Actions:
8181
Monitor the GitHub action to run:
8282

8383
<p>
84-
<img src="action.png" width="800" />
84+
<img src="files/action.png" width="800" />
8585

8686
<p>
8787
This example will poll for messages in the queue and finally writes a new message to it.
8888

8989
### View messages in the Queue
9090

91-
<img src="messages.png" width="800" />
91+
<img src="files/messages.png" width="800" />
9292

9393
### Running locally
9494

95-
Clone this repo, setup npm and <code>oci cli</code> and modify <a href="./blob/main/files/index.js#L8">index.js</a> line 8 by uncommenting it and removing/commenting lines 10-18 and replace lines 21-22
95+
Clone this repo, setup npm and <code>oci cli</code> and modify <a href="index.js#L8">index.js</a> line 8 by uncommenting it and removing/commenting lines 10-18 and replace lines 21-22
9696
with Queue details :
9797

9898
<pre>

0 commit comments

Comments
 (0)