Skip to content

Commit 8035796

Browse files
authored
[Website] Fix dead links and references to /site directory (#4527)
1 parent c6f27f0 commit 8035796

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

site3/website/src/pages/bps/BP-35-128-bits-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This BP proposes the changes for increasing ledger id from `63 bits` to `128 bit
1616
### 128 bits
1717

1818
Since there is no native support for `128 bits` in both Java and
19-
[Protobuf](https://github.com/google/protobuf/issues/2180), we have to break `128 bits`
19+
[Protobuf](https://github.com/protocolbuffers/protobuf/issues/2180), we have to break `128 bits`
2020
into 2 `64 bits` numbers for representing the `128 bits` id:
2121

2222
- ledger-id-msb: the most significant 64 bits, bit 64 - 127

site3/website/src/pages/community/bookkeeper-proposals.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Here is the process for making a BP:
4545
1. Write the proposal for this BP. There are two ways to write a bookkeeper proposal. You can choose to write a BP using markdown, or write a BP
4646
using Google Doc.
4747
- Markdown
48-
- Make a copy of the [BP-Template](https://github.com/apache/bookkeeper/tree/master/site/bps/BP-template.md). Name the BP file as `BP-<number>-[caption-of-proposal].md`.
48+
- 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`.
4949
```shell
50-
$ cp site/bps/BP-template.md site/bps/BP-xyz-capation-of-proposal.md
50+
$ cp site3/website/src/pages/bps/BP-template.md site3/website/src/pages/bps/BP-xyz-capation-of-proposal.md
5151
```
5252
- Fill the sections listed in the BP template.
5353
- issue: replace `<issue-number>` with the issue number.
@@ -60,7 +60,7 @@ using Google Doc.
6060
- add `BP` label to this PR
6161
- attach the google doc link in the PR description if the BP is written in google doc
6262
- don't associate this PR with any release or milestone
63-
- edit `site/community/bookkeeper-proposals.md`:
63+
- edit `site3/website/src/pages/community/bookkeeper-proposals.md`:
6464
- bump the next bp number
6565
- add this BP to `Inprogress` section
6666
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

site3/website/src/pages/community/coding-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Please log the _stack traces_ at **ERROR** level, but never at **INFO** level or
6868

6969
* Names should be thought through from the point of view of the person using the config.
7070
* The default values should be thought as best value for people who runs the program without tuning parameters.
71-
* All configuration settings should be added to [default configuration file](https://github.com/apache/bookkeeper/blob/master/conf/bk_server.conf) and [documented](https://github.com/apache/bookkeeper/blob/master/site/_data/config/bk_server.yaml).
71+
* All configuration settings should be added to [default configuration file](https://github.com/apache/bookkeeper/blob/master/conf/bk_server.conf) and [documented](https://github.com/apache/bookkeeper/blob/master/site3/website/docs/reference/config.md).
7272

7373
### Concurrency
7474

site3/website/src/pages/community/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ At some point in the review process, you should take the pull request over and c
252252
The BookKeeper website is in the same [BookKeeper Github Repo](https://github.com/apache/bookkeeper). The source files are hosted under `site` directory in `master` branch,
253253
the static content is generated by CI job and merged into the `asf-site` branch.
254254

255-
Follow the [README](https://github.com/apache/bookkeeper/tree/master/site) for making contributions to the website.
255+
Follow the [README](https://github.com/apache/bookkeeper/tree/master/site3) for making contributions to the website.

0 commit comments

Comments
 (0)