This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 5b5c053317 fix the stats/bookkeeper-stats-providers hype-link (#4054)
5b5c053317 is described below
commit 5b5c05331757e7356579076970e61f119f5d34ae
Author: 赤月 <[email protected]>
AuthorDate: Mon Aug 21 11:10:08 2023 +0800
fix the stats/bookkeeper-stats-providers hype-link (#4054)
fix the stats/bookkeeper-stats-providers hype-link
Descriptions of the changes in this PR:
https://bookkeeper.apache.org/docs/getting-started/installation/#package-directory
[bookkeeper-stats](https://github.com/apache/bookkeeper/tree/master/bookkeeper-stats)
[bookkeeper-stats-providers](https://github.com/apache/bookkeeper/tree/master/bookkeeper-stats-providers)
- File Not Found

---
site3/website/docs/getting-started/installation.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site3/website/docs/getting-started/installation.md
b/site3/website/docs/getting-started/installation.md
index 303fee4547..c3972837f1 100644
--- a/site3/website/docs/getting-started/installation.md
+++ b/site3/website/docs/getting-started/installation.md
@@ -66,5 +66,5 @@ The BookKeeper project contains several subfolders that you
should be aware of:
|:----------------------------------------------------------------------------------------------|:----------------------------------------------------------|
| [`bookkeeper-server`]({{ site.github_repo }}/tree/master/bookkeeper-server)
| The BookKeeper server and client |
| [`bookkeeper-benchmark`]({{ site.github_repo
}}/tree/master/bookkeeper-benchmark) | A benchmarking suite for
measuring BookKeeper performance |
-| [`bookkeeper-stats`]({{ site.github_repo }}/tree/master/bookkeeper-stats)
| A BookKeeper stats library |
-| [`bookkeeper-stats-providers`]({{ site.github_repo
}}/tree/master/bookkeeper-stats-providers) | BookKeeper stats providers
|
+| [`bookkeeper-stats`]({{ site.github_repo }}/tree/master/stats)
| A BookKeeper stats library |
+| [`bookkeeper-stats-providers`]({{ site.github_repo
}}/tree/master/stats/bookkeeper-stats-providers) | BookKeeper stats providers
|