This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 c800d413c Fix typo for the wrong reference (#3473)
c800d413c is described below
commit c800d413cea0d5c1dd16597b64e6d20dcc77447f
Author: Yong Zheng <[email protected]>
AuthorDate: Sun Jan 18 23:57:47 2026 -0600
Fix typo for the wrong reference (#3473)
---
getting-started/ozone/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/getting-started/ozone/README.md b/getting-started/ozone/README.md
index f881e2b18..ebf1ee438 100644
--- a/getting-started/ozone/README.md
+++ b/getting-started/ozone/README.md
@@ -31,7 +31,7 @@ See the [Spark Notebooks Example](../spark/README.md) for a
more advanced Spark
Start the docker compose group by running the following command from the root
of the repository:
```shell
-docker compose -f getting-started/minio/docker-compose.yml up
+docker compose -f getting-started/ozone/docker-compose.yml up
```
Note: this example pulls the `apache/polaris:latest` image, but assumes the
image is `1.2.0-incubating` or later.