diff --git a/docs/user-manual/en/clusters.md b/docs/user-manual/en/clusters.md index 788d1e4c95..6654eab4bb 100644 --- a/docs/user-manual/en/clusters.md +++ b/docs/user-manual/en/clusters.md @@ -148,7 +148,7 @@ group: test-jgroups-file_ping.xml activemq_broadcast_channel 2000 - + netty-connector diff --git a/examples/features/standard/no-consumer-buffering/readme.html b/examples/features/standard/no-consumer-buffering/readme.html index 596562d298..55a73a2950 100644 --- a/examples/features/standard/no-consumer-buffering/readme.html +++ b/examples/features/standard/no-consumer-buffering/readme.html @@ -53,7 +53,7 @@ under the License.
      
    <connection-factory name="ConnectionFactory">
-      <connector-ref connector-name="netty-connector"/>
+      <connector-ref>netty-connector</connector-ref>
       <entries>
          <entry name="ConnectionFactory"/>
       </entries>
diff --git a/examples/features/standard/producer-rate-limit/readme.html b/examples/features/standard/producer-rate-limit/readme.html
index 7e10ca3ad0..5267db78c0 100644
--- a/examples/features/standard/producer-rate-limit/readme.html
+++ b/examples/features/standard/producer-rate-limit/readme.html
@@ -40,7 +40,7 @@ under the License.
      
      
    <connection-factory name="ConnectionFactory">
-      <connector-ref connector-name="netty-connector"/>
+      <connector-ref>netty-connector</connector-ref>
       <entries>
          <entry name="ConnectionFactory"/>
       </entries>