Skip to content

Commit eb2d187

Browse files
updates
1 parent 8dd2c0d commit eb2d187

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create Queue and copy the Queue OCID and Enpoint:
4747

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

5353
<pre>
@@ -92,7 +92,7 @@ This example will poll for messages in the queue and finally writes a new messag
9292

9393
### Running locally
9494

95-
Clone this repo, setup npm and <code>oci cli</code> and modify <a href="https://github.com/mikarinneoracle/oci-queue-node/blob/main/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="./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
9696
with Queue details :
9797

9898
<pre>

0 commit comments

Comments
 (0)