This is an automated email from the ASF dual-hosted git repository.

maoling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new c499202  ZOOKEEPER-4298: Update http to https in zoo_sample.cfg
c499202 is described below

commit c499202a2c470e2e365ef109c8e49784cb043367
Author: lan <[email protected]>
AuthorDate: Mon May 24 22:21:42 2021 +0800

    ZOOKEEPER-4298: Update http to https in zoo_sample.cfg
    
    Author: lan <[email protected]>
    
    Reviewers: maoling <[email protected]>
    
    Closes #1699 from lanicc/ZOOKEEPER-4298
---
 conf/zoo_sample.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/zoo_sample.cfg b/conf/zoo_sample.cfg
index f221675..d0db6e9 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

Reply via email to