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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8c17f71704 chore: update website url from http to https (#4281)
8c17f71704 is described below

commit 8c17f71704cfe718b074a0e3fe384f7dfb52d116
Author: ZhangJian He <shoot...@gmail.com>
AuthorDate: Thu Apr 11 20:48:52 2024 +0800

    chore: update website url from http to https (#4281)
    
    Signed-off-by: ZhangJian He <shoot...@gmail.com>
---
 .github/ISSUE_TEMPLATE.md                         |  2 +-
 .github/ISSUE_TEMPLATE/question.md                |  2 +-
 dev/check-binary-license                          |  2 +-
 docker/README.md                                  |  2 +-
 pom.xml                                           | 10 +++++-----
 site3/website/src/pages/community/contributing.md |  2 +-
 site3/website/src/pages/community/releases.md     |  2 +-
 site3/website/src/pages/release-notes.md          |  4 ++--
 8 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 02b03f22da..84e6844b3b 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -2,7 +2,7 @@ Is this a question, feature request, bug report, or bookkeeper 
proposal?
 
 **QUESTION**
 
-Have you checked our documentation at http://bookkeeper.apache.org/ , If you 
could not find an answer there, please consider asking your question in our 
community forum at u...@bookkeeper.apache.org, as it would benefit other 
members of our community.
+Have you checked our documentation at https://bookkeeper.apache.org/ , If you 
could not find an answer there, please consider asking your question in our 
community forum at u...@bookkeeper.apache.org, as it would benefit other 
members of our community.
 
 
 **FEATURE REQUEST**
diff --git a/.github/ISSUE_TEMPLATE/question.md 
b/.github/ISSUE_TEMPLATE/question.md
index afa05872e8..bfbe2701cd 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -8,7 +8,7 @@ assignees: ''
 
 **QUESTION**
 
-Have you checked our documentation at http://bookkeeper.apache.org/?
+Have you checked our documentation at https://bookkeeper.apache.org/?
 If you could not find an answer there, please consider asking your question
 in our community mailing list at u...@bookkeeper.apache.org, as it would 
benefit
 other members of our community.
diff --git a/dev/check-binary-license b/dev/check-binary-license
index 5abc5b11a7..27058a86e6 100755
--- a/dev/check-binary-license
+++ b/dev/check-binary-license
@@ -130,7 +130,7 @@ done
 if [ $EXIT != 0 ]; then
     echo
     echo It looks like there are issues with the LICENSE/NOTICE in $TARBALL.
-    echo See http://bookkeeper.apache.org/community/licensing for details on 
how to fix.
+    echo See https://bookkeeper.apache.org/community/licensing for details on 
how to fix.
 fi
 
 exit $EXIT
diff --git a/docker/README.md b/docker/README.md
index a19ad19785..809c0d9827 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -3,7 +3,7 @@
 
 Apache Bookkeeper is a software project of the Apache Software Foundation, 
providing a replicated log service which can be used to build replicated state 
machines. A log contains a sequence of events which can be applied to a state 
machine. BookKeeper guarantees that each replica state machine will see all the 
same entries, in the same order.
 
-> [Apache Bookkeeper](http://bookkeeper.apache.org/)
+> [Apache Bookkeeper](https://bookkeeper.apache.org/)
 
 
 # How to use this image
diff --git a/pom.xml b/pom.xml
index 9d755fe858..024eedbdee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
   <artifactId>bookkeeper</artifactId>
   <packaging>pom</packaging>
   <name>Apache BookKeeper :: Parent</name>
-  <url>http://bookkeeeper.apache.org</url>
+  <url>https://bookkeeeper.apache.org</url>
   <inceptionYear>2011</inceptionYear>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
@@ -92,16 +92,16 @@
       <subscribe>commits-subscr...@bookkeeper.apache.org</subscribe>
       <unsubscribe>commits-unsubscr...@bookkeeper.apache.org</unsubscribe>
       <post>commits@bookkeeper.apache.org</post>
-      
<archive>http://www.mail-archive.com/commits@bookkeeper.apache.org</archive>
+      
<archive>https://www.mail-archive.com/commits@bookkeeper.apache.org</archive>
     </mailingList>
   </mailingLists>
   <developers>
     <developer>
       <name>The Apache BookKeeper Team</name>
       <email>d...@bookkeeper.apache.org</email>
-      <url>http://bookkeeper.apache.org</url>
+      <url>https://bookkeeper.apache.org</url>
       <organization>Apache Software Foundation</organization>
-      <organizationUrl>http://www.apache.org</organizationUrl>
+      <organizationUrl>https://www.apache.org</organizationUrl>
     </developer>
   </developers>
   <properties>
diff --git a/site3/website/src/pages/community/contributing.md 
b/site3/website/src/pages/community/contributing.md
index db3064174f..4e210df8a6 100644
--- a/site3/website/src/pages/community/contributing.md
+++ b/site3/website/src/pages/community/contributing.md
@@ -49,7 +49,7 @@ Slack channels are great for quick questions or discussions 
on specialized topic
 
 To avoid potential frustration during the code review cycle, we encourage you 
to clearly scope and design non-trivial contributions with the BookKeeper 
community before you start coding.
 
-We are using [BookKeeper 
Proposals](http://bookkeeper.apache.org/community/bookkeeper-proposals/) for 
managing major changes to BookKeeper.
+We are using [BookKeeper 
Proposals](https://bookkeeper.apache.org/community/bookkeeper-proposals/) for 
managing major changes to BookKeeper.
 
 ## Code
 
diff --git a/site3/website/src/pages/community/releases.md 
b/site3/website/src/pages/community/releases.md
index 78f6dfd31c..2c97c40193 100644
--- a/site3/website/src/pages/community/releases.md
+++ b/site3/website/src/pages/community/releases.md
@@ -5,7 +5,7 @@
 Apache BookKeeper community makes a feture release every 6 month (since 
`4.10.0`).
 
 - A month before the release date, the release manager will cut branches and 
also publish a list of features that will be included in the release. These 
features will typically
-    be [BookKeeper 
Proposals](http://bookkeeper.apache.org/community/bookkeeper-proposals/), but 
not always.
+    be [BookKeeper 
Proposals](https://bookkeeper.apache.org/community/bookkeeper-proposals/), but 
not always.
 - Another week will be left for *minor* features to get in, but at this point 
the community will start efforts to stabilize the release branch and contribute 
mostly tests and fixes.
 - Two weeks before the release date, the bookkeeper community will announce 
code-freeze and start rolling out release candidates, after which only fixes 
for blocking bugs will be merged.
 
diff --git a/site3/website/src/pages/release-notes.md 
b/site3/website/src/pages/release-notes.md
index 6d29a549d4..e4244773aa 100644
--- a/site3/website/src/pages/release-notes.md
+++ b/site3/website/src/pages/release-notes.md
@@ -1774,7 +1774,7 @@ reduces the number of open file descriptors and the 
amount of random IOs can occ
 
 #### Metadata API
 
-New serviceUri based metadata API is introduced as 
[BP-29](http://bookkeeper.apache.org/bps/BP-29-metadata-store-api-module). This 
metadata API provides the metadata
+New serviceUri based metadata API is introduced as 
[BP-29](https://bookkeeper.apache.org/bps/BP-29-metadata-store-api-module). 
This metadata API provides the metadata
 abstraction over ledger manager, registration service, allowing plugin 
different type of data stores as the metadata service.
 
 #### Performance
@@ -1798,7 +1798,7 @@ There are are multiple new commands are added in 
BookieShell. Here are a few hig
 - `metaformat` is deprecated with two new commands `initnewcluster` and 
`nukeexistingcluster`. This separation provides better operability and reduces 
mistakes.
 - `initbookie` command is introduced for initializing a new bookie. 
`bookieformat` keeps serving as the purpose of reformatting a bookie.
 
-A new BookKeeper CLI is proposed in 
[BP-27](http://bookkeeper.apache.org/bps/BP-27-new-bookkeeper-cli). Some 
commands are already ported to new bookkeeper CLI.
+A new BookKeeper CLI is proposed in 
[BP-27](https://bookkeeper.apache.org/bps/BP-27-new-bookkeeper-cli). Some 
commands are already ported to new bookkeeper CLI.
 The full list of shell commands will be fully ported to new bookkeeper CLI in 
next release.
 
 #### ReadOnly Mode Support

Reply via email to