Skip to content

Commit 9b89125

Browse files
authored
docs: Fix Podman and Orbstack pages not found (#1678)
The underlined links currently point to 404 page. This PR fix them by moving corresponding docs from `docs/contributing` to `website/src/reference`. <img width="3432" height="1936" alt="CleanShot 2025-09-16 at 23 52 27@2x" src="https://github.com/user-attachments/assets/f8cf9f0c-ae2d-4196-a979-ee11c968d512" />
1 parent 8ce0fce commit 9b89125

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ cargo 1.69.0 (6e9a83356 2023-04-12)
103103

104104
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.
105105

106-
For MacOS users, you can install [OrbStack as a docker alternative](docs/contributing/orbstack.md).
107-
For Podman users, refer to [Using Podman instead of Docker](docs/contributing/podman.md)
106+
For MacOS users, you can install [OrbStack as a docker alternative](reference/orbstack.md).
107+
For Podman users, refer to [Using Podman instead of Docker](reference/podman.md)
108108

109109
## Build
110110

website/src/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@
3333
# Reference
3434

3535
- [Using Podman instead of Docker](./reference/podman.md)
36-
- [Setup GPG key](./reference/setup_gpg.md)
36+
- [OrbStack as a docker alternative](./reference/orbstack.md)
37+
- [Setup GPG key](./reference/setup_gpg.md)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)