Repository: qpid-site
Updated Branches:
  refs/heads/asf-site f5b6ad762 -> 89b59201c


QPID-7553: Expand and correct the links to external resources


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/89b59201
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/89b59201
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/89b59201

Branch: refs/heads/asf-site
Commit: 89b59201c05acb55def710436b1132275178dda6
Parents: f5b6ad7
Author: Justin Ross <[email protected]>
Authored: Sat Nov 26 08:02:13 2016 -0800
Committer: Justin Ross <[email protected]>
Committed: Sat Nov 26 08:02:13 2016 -0800

----------------------------------------------------------------------
 content/amqp/index.html | 1 +
 content/resources.html  | 5 +++--
 input/amqp/index.md     | 1 +
 input/resources.md      | 7 +++----
 4 files changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/89b59201/content/amqp/index.html
----------------------------------------------------------------------
diff --git a/content/amqp/index.html b/content/amqp/index.html
index f247475..72fb33f 100644
--- a/content/amqp/index.html
+++ b/content/amqp/index.html
@@ -167,6 +167,7 @@ whose aim is to help you make your application speak 
AMQP.</p>
 <li><a 
href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=amqp";>OASIS 
AMQP technical committee</a></li>
 <li><a 
href="http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=64955";>ISO
 19464</a></li>
 <li><a 
href="http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol";>AMQP on 
Wikipedia</a></li>
+<li><a href="https://github.com/xinchen10/awesome-amqp";>Awesome AMQP 
links</a></li>
 </ul>
 
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/89b59201/content/resources.html
----------------------------------------------------------------------
diff --git a/content/resources.html b/content/resources.html
index eebf87a..48c7e20 100644
--- a/content/resources.html
+++ b/content/resources.html
@@ -127,9 +127,10 @@ would like your blog linked here.</p>
 
 <ul>
 <li><a href="https://dzone.com/refcardz/amqp-essentials";>AMQP Essentials 
refcard</a> by Paolo Patierno</li>
-<li><a 
href="https://paolopatierno.wordpress.com/2015/08/30/amqp-isnt-so-scary-if-you-know-how-to-start/";>AMQP
 overview and links</a> by Paolo Patierno</li>
 <li><a href="https://chugrolke.wordpress.com/";>AMQP Illustrated</a> by Chuck 
Rolke</li>
+<li><a href="https://github.com/xinchen10/awesome-amqp";>Awesome AMQP links</a> 
by Xin Chen</li>
 <li><a href="https://netprototalk.wordpress.com/";>NETPROTOTALK</a> by Ted 
Ross</li>
+<li><a href="https://paolopatierno.wordpress.com/?s=amqp";>Paolo Patierno's 
AMQP blog posts</a></li>
 <li><a href="http://stevehuston.wordpress.com/";>Steve Huston's Networked 
Programming Blog</a></li>
 <li><a href="http://mcpierce.blogspot.com/search/label/messaging";>The Infobahn 
Offramp</a> by Darryl Pierce</li>
 </ul>
@@ -188,7 +189,7 @@ must <a href="https://scan.coverity.com/users/sign_up";>sign 
up with Coverity</a>
 <li><a href="http://activemq.apache.org/amqp.html";>ActiveMQ and AMQP using 
Qpid Proton</a></li>
 <li><a 
href="http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#amqptrans";>Apache
 Axis and AMQP using Qpid</a></li>
 <li><a href="http://camel.apache.org/amqp.html";>Apache Camel and AMQP using 
Qpid</a></li>
-<li><a href="https://github.com/vert-x3/vertx-amqp-service";>Vert.x AMQP 
service</a></li>
+<li><a href="https://github.com/vert-x3/vertx-amqp-bridge";>Vert.x AMQP 
bridge</a></li>
 </ul>
 
 </section>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/89b59201/input/amqp/index.md
----------------------------------------------------------------------
diff --git a/input/amqp/index.md b/input/amqp/index.md
index 416275f..d7a88d8 100644
--- a/input/amqp/index.md
+++ b/input/amqp/index.md
@@ -70,3 +70,4 @@ whose aim is to help you make your application speak AMQP.
  - [OASIS AMQP technical 
committee](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=amqp)
  - [ISO 
19464](http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=64955)
  - [AMQP on 
Wikipedia](http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol)
+ - [Awesome AMQP links](https://github.com/xinchen10/awesome-amqp)

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/89b59201/input/resources.md
----------------------------------------------------------------------
diff --git a/input/resources.md b/input/resources.md
index a087675..658bec3 100644
--- a/input/resources.md
+++ b/input/resources.md
@@ -27,12 +27,11 @@
 [Contact us]({{site_url}}/discussion.html) if you write about Qpid and
 would like your blog linked here.
 
-
-
  - [AMQP Essentials refcard](https://dzone.com/refcardz/amqp-essentials) by 
Paolo Patierno
- - [AMQP overview and 
links](https://paolopatierno.wordpress.com/2015/08/30/amqp-isnt-so-scary-if-you-know-how-to-start/)
 by Paolo Patierno
  - [AMQP Illustrated](https://chugrolke.wordpress.com/) by Chuck Rolke
+ - [Awesome AMQP links](https://github.com/xinchen10/awesome-amqp) by Xin Chen
  - [NETPROTOTALK](https://netprototalk.wordpress.com/) by Ted Ross
+ - [Paolo Patierno's AMQP blog 
posts](https://paolopatierno.wordpress.com/?s=amqp)
  - [Steve Huston's Networked Programming 
Blog](http://stevehuston.wordpress.com/)
  - [The Infobahn Offramp](http://mcpierce.blogspot.com/search/label/messaging) 
by Darryl Pierce
 
@@ -80,7 +79,7 @@ must [sign up with 
Coverity](https://scan.coverity.com/users/sign_up).
  - [ActiveMQ and AMQP using Qpid Proton](http://activemq.apache.org/amqp.html)
  - [Apache Axis and AMQP using 
Qpid](http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#amqptrans)
  - [Apache Camel and AMQP using Qpid](http://camel.apache.org/amqp.html)
- - [Vert.x AMQP service](https://github.com/vert-x3/vertx-amqp-service)
+ - [Vert.x AMQP bridge](https://github.com/vert-x3/vertx-amqp-bridge)
 
 </section>
 <section markdown="1">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to