Fix 404 Not Found in AMQP module Readme (#316)

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
This commit is contained in:
Alfusainey Jallow 2020-12-02 21:28:14 +01:00 committed by GitHub
parent e9d15daf28
commit 34483025df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -42,3 +42,6 @@ _site/
.sass-cache/ .sass-cache/
.jekyll-cache/ .jekyll-cache/
.jekyll-metadata .jekyll-metadata
# MacOS
*.DS_Store

View File

@ -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)