This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 238ff07106de Fix wrong path define Pulsar release verify doc (#742)
238ff07106de is described below
commit 238ff07106de3da89f4b006c7be288d3b213828d
Author: fengyubiao <[email protected]>
AuthorDate: Wed Nov 29 12:10:55 2023 +0800
Fix wrong path define Pulsar release verify doc (#742)
* Improve the Pulsar release verify doc
* -
---
contribute/validate-release-candidate.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contribute/validate-release-candidate.md
b/contribute/validate-release-candidate.md
index c6108e976d28..ec147870bfe2 100644
--- a/contribute/validate-release-candidate.md
+++ b/contribute/validate-release-candidate.md
@@ -18,8 +18,8 @@ cd apache-pulsar-<release>
Check the bookkeeper libs are complied on Linux:
```shell
-unzip -t ./org.apache.bookkeeper-circe-checksum-*.jar | grep lib
-unzip -t ./org.apache.bookkeeper-cpu-affinity-*.jar | grep lib
+unzip -t ./lib/org.apache.bookkeeper-circe-checksum-*.jar | grep lib
+unzip -t ./lib/org.apache.bookkeeper-cpu-affinity-*.jar | grep lib
```
The output should look like: