summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorlan <liaonan@souche.com>2021-05-24 22:21:42 +0800
committermaoling <maoling@apache.org>2021-05-24 22:21:42 +0800
commitc499202a2c470e2e365ef109c8e49784cb043367 (patch)
tree2f1a2b75d007a7d794f31afc20a7554ac89facd2 /conf
parente41dc7dbb0541745afdc768bf757e29c938a9ab8 (diff)
downloadzookeeper-c499202a2c470e2e365ef109c8e49784cb043367.tar.gz
ZOOKEEPER-4298: Update http to https in zoo_sample.cfg
Author: lan <liaonan@souche.com> Reviewers: maoling <maoling@apache.org> Closes #1699 from lanicc/ZOOKEEPER-4298
Diffstat (limited to 'conf')
-rw-r--r--conf/zoo_sample.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/zoo_sample.cfg b/conf/zoo_sample.cfg
index f221675ee..d0db6e99a 100644
--- a/conf/zoo_sample.cfg
+++ b/conf/zoo_sample.cfg
@@ -19,7 +19,7 @@ clientPort=2181
# Be sure to read the maintenance section of the
# administrator guide before turning on autopurge.
#
-# http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance
+# https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance
#
# The number of snapshots to retain in dataDir
#autopurge.snapRetainCount=3