Fix 404 Not Found in AMQP module Readme (#316)
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
This commit is contained in:
parent
e9d15daf28
commit
34483025df
|
@ -42,3 +42,6 @@ _site/
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
.jekyll-cache/
|
.jekyll-cache/
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
|
|
||||||
|
# MacOS
|
||||||
|
*.DS_Store
|
||||||
|
|
|
@ -31,5 +31,5 @@ public class ProtonAmqpMessageFactory {
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
The example uses the vertx-proton integration to send/receive CloudEvent messages over AMQP.
|
The example uses the vertx-proton integration to send/receive CloudEvent messages over AMQP.
|
||||||
* [Vertx AmqpServer](../../examples/amqp-proton/src/main/java/io/cloudevents/examples/amqp/vertx/AmqpServer.java)
|
* [Vertx AmqpServer](../examples/amqp-proton/src/main/java/io/cloudevents/examples/amqp/vertx/AmqpServer.java)
|
||||||
* [Vertx AmqpClient](../../examples/amqp-proton/src/main/java/io/cloudevents/examples/amqp/vertx/AmqpClient.java)
|
* [Vertx AmqpClient](../examples/amqp-proton/src/main/java/io/cloudevents/examples/amqp/vertx/AmqpClient.java)
|
||||||
|
|
Loading…
Reference in New Issue