Skip to content

Commit

Permalink
docs: fix dead references to /site directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pdolif committed Nov 16, 2024
1 parent d01d968 commit d524da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site3/website/src/pages/community/bookkeeper-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using Google Doc.
- Markdown
- Make a copy of the [BP-Template](https://github.com/apache/bookkeeper/tree/master/site3/website/src/pages/bps/BP-template.md). Name the BP file as `BP-<number>-[caption-of-proposal].md`.
```shell
$ cp site/bps/BP-template.md site/bps/BP-xyz-capation-of-proposal.md
$ cp site3/website/src/pages/bps/BP-template.md site3/website/src/pages/bps/BP-xyz-capation-of-proposal.md
```
- Fill the sections listed in the BP template.
- issue: replace `<issue-number>` with the issue number.
Expand All @@ -60,7 +60,7 @@ using Google Doc.
- add `BP` label to this PR
- attach the google doc link in the PR description if the BP is written in google doc
- don't associate this PR with any release or milestone
- edit `site/community/bookkeeper-proposals.md`:
- edit `site3/website/src/pages/community/bookkeeper-proposals.md`:
- bump the next bp number
- add this BP to `Inprogress` section
1. You can tag committers on this RP for reviewers, or start a `[DISCUSS]` thread on Apache mailing list. If you are sending an email, please make sure that the subject
Expand Down

0 comments on commit d524da6

Please sign in to comment.