From 7c956998dcbd8c7b1d537d25356e4b3c6494dff1 Mon Sep 17 00:00:00 2001 From: liketic Date: Sat, 23 Feb 2019 22:54:28 +0800 Subject: [PATCH] Fix obsoleted proposals document link --- site/community/contributing.md | 2 +- site/community/issue-report.md | 2 +- site/community/meeting.md | 2 +- site/community/releases.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/community/contributing.md b/site/community/contributing.md index 49792b8c45a..7bf513b3c6a 100644 --- a/site/community/contributing.md +++ b/site/community/contributing.md @@ -54,7 +54,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](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BookKeeper+Proposals) for managing major changes to BookKeeper. +We are using [BookKeeper Proposals](http://bookkeeper.apache.org/community/bookkeeper_proposals/) for managing major changes to BookKeeper. ## Code diff --git a/site/community/issue-report.md b/site/community/issue-report.md index 21ff3696558..f7f5912e79f 100644 --- a/site/community/issue-report.md +++ b/site/community/issue-report.md @@ -28,7 +28,7 @@ Here is an very useful artical [How to report bugs effectively]( http://www.chia - Please describe the feature you are requesting. - Indicate the importance of this issue to you (_blocker_, _must-have_, _should-have_, _nice-to-have_). Are you currently using any workarounds to address this issue? - Provide any additional detail on your proposed use case for this feature. -- If it is a [BookKeeper Proposal](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BookKeeper+Proposals), please label this issue as `BP`. +- If it is a [BookKeeper Proposal](http://bookkeeper.apache.org/community/bookkeeper_proposals/), please label this issue as `BP`. #### If it is a **BUG REPORT** diff --git a/site/community/meeting.md b/site/community/meeting.md index 8936023de73..6bcd049c6b2 100644 --- a/site/community/meeting.md +++ b/site/community/meeting.md @@ -6,7 +6,7 @@ The community meeting runs bi-weekly on Thursday 8am - 9am PST. The meeting link The meeting is typically comprised of 3 parts: -- Discuss [BookKeeper Proposals](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BookKeeper+Proposals). +- Discuss [BookKeeper Proposals](http://bookkeeper.apache.org/community/bookkeeper_proposals/). - Review and address concerns for any open pull requests. - Open discussion. diff --git a/site/community/releases.md b/site/community/releases.md index 557f7ce2598..df556656d46 100644 --- a/site/community/releases.md +++ b/site/community/releases.md @@ -7,7 +7,7 @@ title: Release Management Apache BookKeeper community makes a feture release every 3 month. - 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](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BookKeeper+Proposals), but not always. + be [BookKeeper Proposals](http://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.