Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: update website url from http to https (apache#4281)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
shoothzj authored Apr 11, 2024
1 parent 8a4f935 commit 8c17f71
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected], 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 [email protected], as it would benefit other members of our community.


**FEATURE REQUEST**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected], as it would benefit
other members of our community.
2 changes: 1 addition & 1 deletion dev/check-binary-license
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -92,16 +92,16 @@
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://www.mail-archive.com/[email protected]</archive>
<archive>https://www.mail-archive.com/[email protected]</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>The Apache BookKeeper Team</name>
<email>[email protected]</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>
Expand Down
2 changes: 1 addition & 1 deletion site3/website/src/pages/community/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion site3/website/src/pages/community/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions site3/website/src/pages/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8c17f71

Please sign in to comment.