This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 790e0253 docs: Fix broken orbstack and podman links in CONTRIBUTING.md
(#1757)
790e0253 is described below
commit 790e0253a6d1ba83a54f51cf8a8ed62a5c2da7f5
Author: Peter Nguyen <[email protected]>
AuthorDate: Fri Oct 17 20:13:21 2025 -0700
docs: Fix broken orbstack and podman links in CONTRIBUTING.md (#1757)
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes #123` indicates that this PR will close issue #123.
-->
- Closes #1756
## What changes are included in this PR?
<!--
Provide a summary of the modifications in this PR. List the main changes
such as new features, bug fixes, refactoring, or any other updates.
-->
Fix broken orbstack and podman links in CONTRIBUTING.md
## Are these changes tested?
N/A
<!--
Specify what test covers (unit test, integration test, etc.).
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
---
CONTRIBUTING.md | 4 ++--
website/src/reference/orbstack.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e4b175b0..0d05c3dd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -103,8 +103,8 @@ cargo 1.69.0 (6e9a83356 2023-04-12)
Currently, iceberg-rust uses Docker to set up environment for integration
tests. Native Docker has some limitations, please check
(https://github.com/apache/iceberg-rust/pull/748). Please use Orbstack or
Podman.
-For MacOS users, you can install [OrbStack as a docker
alternative](reference/orbstack.md).
-For Podman users, refer to [Using Podman instead of
Docker](reference/podman.md)
+For MacOS users, you can install [OrbStack as a docker
alternative](website/src/reference/orbstack.md).
+For Podman users, refer to [Using Podman instead of
Docker](website/src/reference/podman.md)
## Build
diff --git a/website/src/reference/orbstack.md
b/website/src/reference/orbstack.md
index cb00849d..cbd65663 100644
--- a/website/src/reference/orbstack.md
+++ b/website/src/reference/orbstack.md
@@ -25,7 +25,7 @@
2. Migrate Docker data
```shell
- orbstack migrate docker
+ orb migrate docker
```
3. (Optional) Add registry mirrors
@@ -36,4 +36,4 @@
{
"registry-mirrors": ["<mirror_addr>"]
}
- ```
\ No newline at end of file
+ ```