Skip to content

Commit 4e5c8e1

Browse files
reviewed
1 parent b2a2831 commit 4e5c8e1

File tree

1 file changed

+2
-2
lines changed
  • app-dev/devops-and-containers/oci-queue/example-usage

1 file changed

+2
-2
lines changed

app-dev/devops-and-containers/oci-queue/example-usage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This example will poll for messages in the queue and finally writes a new messag
101101

102102
## Running locally
103103

104-
Clone this repo, setup npm and <code>oci cli</code> and modify <a href="index.js#L46">index.js</a> line 46 by uncommenting it and removing/commenting lines 49-56 and replace lines 59-60
104+
Clone this repo, setup npm and <code>oci cli</code> and modify <a href="files/index.js#L46">index.js</a> line 46 by uncommenting it and removing/commenting lines 49-56 and replace lines 59-60
105105
with Queue details :
106106

107107
<pre>
@@ -128,7 +128,7 @@ You can manually send messages to the queue using the OCI Queue Console
128128
<p>
129129
You can also play with the queue's <code>Dead Letter Queue</code> settings to see how many
130130
times the same message is being received (default is 5). To do this comment the
131-
<a href="index.js#L99">line 99 of the index.js</a> and re-run the build by committing the change.
131+
<a href="files/index.js#L99">line 99 of the index.js</a> and re-run the build by committing the change.
132132

133133
# Useful Links
134134

0 commit comments

Comments
 (0)