diff --git a/output/roundrobin.md b/output/roundrobin.md
index 29433153..4dc525d5 100644
--- a/output/roundrobin.md
+++ b/output/roundrobin.md
@@ -11,20 +11,20 @@ It is included in Fluentd's core.
@type roundrobin
- @type tcp
- host 192.168.1.21
+ @type http
+ endpoint http://192.168.1.21
weight 3
# ...
- @type tcp
- host 192.168.1.22
+ @type http
+ endpoint http://192.168.1.22
weight 2
# ...
- @type tcp
- host 192.168.1.23
+ @type http
+ endpoint http://192.168.1.23
weight 1
# ...