From 8c17f71704cfe718b074a0e3fe384f7dfb52d116 Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Thu, 11 Apr 2024 20:48:52 +0800 Subject: [PATCH] chore: update website url from http to https (#4281) Signed-off-by: ZhangJian He --- .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 02b03f22dae..84e6844b3b6 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 user@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 user@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 afa05872e83..bfbe2701cd9 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 user@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 5abc5b11a7b..27058a86e6e 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 a19ad197850..809c0d98278 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 9d755fe8583..024eedbdee8 100644 --- a/pom.xml +++ b/pom.xml @@ -27,12 +27,12 @@ bookkeeper pom Apache BookKeeper :: Parent - http://bookkeeeper.apache.org + https://bookkeeeper.apache.org 2011 Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo @@ -92,16 +92,16 @@ commits-subscribe@bookkeeper.apache.org commits-unsubscribe@bookkeeper.apache.org commits@bookkeeper.apache.org - http://www.mail-archive.com/commits@bookkeeper.apache.org + https://www.mail-archive.com/commits@bookkeeper.apache.org The Apache BookKeeper Team dev@bookkeeper.apache.org - http://bookkeeper.apache.org + https://bookkeeper.apache.org Apache Software Foundation - http://www.apache.org + https://www.apache.org diff --git a/site3/website/src/pages/community/contributing.md b/site3/website/src/pages/community/contributing.md index db3064174f7..4e210df8a66 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 78f6dfd31c6..2c97c40193b 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 6d29a549d4e..e4244773aac 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