Skip to content

Commit 3448302

Browse files
authored
Fix 404 Not Found in AMQP module Readme (#316)
Signed-off-by: Alfusainey Jallow <[email protected]>
1 parent e9d15da commit 3448302

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ _site/
4242
.sass-cache/
4343
.jekyll-cache/
4444
.jekyll-metadata
45+
46+
# MacOS
47+
*.DS_Store

amqp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ public class ProtonAmqpMessageFactory {
3131
Examples:
3232

3333
The example uses the vertx-proton integration to send/receive CloudEvent messages over AMQP.
34-
* [Vertx AmqpServer](../../examples/amqp-proton/src/main/java/io/cloudevents/examples/amqp/vertx/AmqpServer.java)
35-
* [Vertx AmqpClient](../../examples/amqp-proton/src/main/java/io/cloudevents/examples/amqp/vertx/AmqpClient.java)
34+
* [Vertx AmqpServer](../examples/amqp-proton/src/main/java/io/cloudevents/examples/amqp/vertx/AmqpServer.java)
35+
* [Vertx AmqpClient](../examples/amqp-proton/src/main/java/io/cloudevents/examples/amqp/vertx/AmqpClient.java)

0 commit comments

Comments
 (0)