This is an automated email from the ASF dual-hosted git repository.

yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ef8d464d Fix wrong directory path in binary distribution doc (#3789)
8ef8d464d is described below

commit 8ef8d464d0cab99400de24a1e6603e7cd114a3e5
Author: Yong Zheng <[email protected]>
AuthorDate: Tue Feb 17 07:54:43 2026 -0600

    Fix wrong directory path in binary distribution doc (#3789)
---
 site/content/in-dev/unreleased/getting-started/binary-distribution.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/site/content/in-dev/unreleased/getting-started/binary-distribution.md 
b/site/content/in-dev/unreleased/getting-started/binary-distribution.md
index da21f96fc..f4994d950 100644
--- a/site/content/in-dev/unreleased/getting-started/binary-distribution.md
+++ b/site/content/in-dev/unreleased/getting-started/binary-distribution.md
@@ -33,7 +33,7 @@ Download and extract the binary distribution:
 
 ```bash
 curl -L 
https://downloads.apache.org/incubator/polaris/1.3.0-incubating/polaris-bin-1.3.0-incubating.tgz
 | tar xz
-cd polaris-distribution-1.3.0-incubating
+cd polaris-bin-1.3.0-incubating
 ```
 
 Start the Polaris server:

Reply via email to