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

hope pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new ea400db  feat: add paimon-rust website (#194)
ea400db is described below

commit ea400dbdd9f37bcc2693799636a6baaaf51b5ed1
Author: Jingsong Lee <[email protected]>
AuthorDate: Thu Apr 2 21:50:11 2026 +0800

    feat: add paimon-rust website (#194)
---
 .asf.yaml       | 2 +-
 CONTRIBUTING.md | 5 +++--
 Cargo.toml      | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index b6ee7af..6373e2b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@
 
 github:
   description: "Apache Paimon Rust The rust implementation of Apache Paimon."
-  homepage: https://paimon.apache.org/
+  homepage: https://paimon.apache.org/docs/rust/
   labels:
     - rust
     - paimon
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f4c08d0..5c36175 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -45,7 +45,8 @@ This is a pure Rust project, so only `cargo` is needed. Here 
are some common com
 2. Open a pull request on the project's GitHub page. Provide a clear 
description of your changes and why they are necessary.
 3. Wait for reviews and address any feedback. Once the pull request is 
approved and merged, your changes will be part of the project.
 
-### Read the design docs 
-For a deeper understanding of the project, read the design documentation 
available on our [Paimon official website](https://paimon.apache.org/).
+### Read the design docs
+
+For a deeper understanding of the project, read the design documentation 
available on our [Paimon Rust](https://paimon.apache.org/docs/rust/).
 
 Thank you for contributing to this project! 😊
diff --git a/Cargo.toml b/Cargo.toml
index 2367c90..d7ebd00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ members = ["crates/paimon", "crates/integration_tests", 
"bindings/c", "crates/in
 [workspace.package]
 version = "0.0.0"
 edition = "2021"
-homepage = "https://paimon.apache.org/";
+homepage = "https://paimon.apache.org/docs/rust/";
 repository = "https://github.com/apache/paimon-rust";
 license = "Apache-2.0"
 rust-version = "1.86.0"

Reply via email to