Skip to content

Commit 35c9640

Browse files
Likesijie
authored andcommitted
Fix obsoleted proposals document link
Closes #1531 Reviewers: Sijie Guo <sijie@apache.org> This closes #1959 from liketic/fix-link
1 parent 49135b6 commit 35c9640

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

site/community/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Slack channels are great for quick questions or discussions on specialized topic
5454

5555
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.
5656

57-
We are using [BookKeeper Proposals](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BookKeeper+Proposals) for managing major changes to BookKeeper.
57+
We are using [BookKeeper Proposals](http://bookkeeper.apache.org/community/bookkeeper_proposals/) for managing major changes to BookKeeper.
5858

5959
## Code
6060

site/community/issue-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Here is an very useful artical [How to report bugs effectively]( http://www.chia
2828
- Please describe the feature you are requesting.
2929
- 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?
3030
- Provide any additional detail on your proposed use case for this feature.
31-
- If it is a [BookKeeper Proposal](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BookKeeper+Proposals), please label this issue as `BP`.
31+
- If it is a [BookKeeper Proposal](http://bookkeeper.apache.org/community/bookkeeper_proposals/), please label this issue as `BP`.
3232

3333
#### If it is a **BUG REPORT**
3434

site/community/meeting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The community meeting runs bi-weekly on Thursday 8am - 9am PST. The meeting link
66

77
The meeting is typically comprised of 3 parts:
88

9-
- Discuss [BookKeeper Proposals](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BookKeeper+Proposals).
9+
- Discuss [BookKeeper Proposals](http://bookkeeper.apache.org/community/bookkeeper_proposals/).
1010
- Review and address concerns for any open pull requests.
1111
- Open discussion.
1212

site/community/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Release Management
77
Apache BookKeeper community makes a feture release every 3 month.
88

99
- 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
10-
be [BookKeeper Proposals](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BookKeeper+Proposals), but not always.
10+
be [BookKeeper Proposals](http://bookkeeper.apache.org/community/bookkeeper_proposals/), but not always.
1111
- 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.
1212
- 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.
1313

0 commit comments

Comments
 (0)