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

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new eb629b779 Fix docs links (#330)
eb629b779 is described below

commit eb629b779441a731c57b9c8c53e7d3058eab02f4
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Oct 28 01:51:53 2025 +0800

    Fix docs links (#330)
---
 docs/guide/rust_guide.md                                  | 15 ++++++---------
 .../version-0.11/docs/guide/xlang_type_mapping.md         |  1 -
 versioned_docs/version-0.13/docs/guide/python_guide.md    |  7 -------
 .../version-0.13/docs/guide/xlang_type_mapping.md         |  1 -
 versioned_docs/version-0.13/guide/python_guide.md         |  7 -------
 versioned_docs/version-0.13/guide/rust_guide.md           | 14 +++++---------
 6 files changed, 11 insertions(+), 34 deletions(-)

diff --git a/docs/guide/rust_guide.md b/docs/guide/rust_guide.md
index ccd82d122..8ce19839d 100644
--- a/docs/guide/rust_guide.md
+++ b/docs/guide/rust_guide.md
@@ -18,11 +18,8 @@ license: |
   See the License for the specific language governing permissions and
   limitations under the License.
 ---
-# Apache Fory™ Rust
 
-[![Crates.io](https://img.shields.io/crates/v/fory.svg)](https://crates.io/crates/fory)
-[![Documentation](https://docs.rs/fory/badge.svg)](https://docs.rs/fory)
-[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/apache/fory/blob/main/LICENSE)
+# Apache Fory™ Rust
 
 **Apache Fory™** is a blazing fast multi-language serialization framework 
powered by **JIT compilation** and **zero-copy** techniques, providing up to 
**ultra-fast performance** while maintaining ease of use and safety.
 
@@ -40,11 +37,11 @@ The Rust implementation provides versatile and 
high-performance serialization wi
 
 ## 📦 Crates
 
-| Crate                                                                       
| Description                       | Version                                   
                                                            |
-| --------------------------------------------------------------------------- 
| --------------------------------- | 
-----------------------------------------------------------------------------------------------------
 |
-| [`fory`](https://github.com/apache/fory/blob/main/rust/fory)                
| High-level API with derive macros | 
[![crates.io](https://img.shields.io/crates/v/fory.svg)](https://crates.io/crates/fory)
               |
-| [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)     
| Core serialization engine         | 
[![crates.io](https://img.shields.io/crates/v/fory-core.svg)](https://crates.io/crates/fory-core)
     |
-| [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/) 
| Procedural macros                 | 
[![crates.io](https://img.shields.io/crates/v/fory-derive.svg)](https://crates.io/crates/fory-derive)
 |
+| Crate                                                                       
| Description                       | Version                              |
+| --------------------------------------------------------------------------- 
| --------------------------------- | ------------------------------------ |
+| [`fory`](https://github.com/apache/fory/blob/main/rust/fory)                
| High-level API with derive macros | https://crates.io/crates/fory        |
+| [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)     
| Core serialization engine         | https://crates.io/crates/fory-core   |
+| [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/) 
| Procedural macros                 | https://crates.io/crates/fory-derive |
 
 ## 🏃 Quick Start
 
diff --git a/versioned_docs/version-0.11/docs/guide/xlang_type_mapping.md 
b/versioned_docs/version-0.11/docs/guide/xlang_type_mapping.md
index c4b6bfa90..73d9fd792 100644
--- a/versioned_docs/version-0.11/docs/guide/xlang_type_mapping.md
+++ b/versioned_docs/version-0.11/docs/guide/xlang_type_mapping.md
@@ -21,7 +21,6 @@ license: |
 
 Note:
 
-- For type definition, see [Type Systems in 
Spec](/specification/xlang_serialization_spec.md#type-systems)
 - `int16_t[n]/vector<T>` indicates `int16_t[n]/vector<int16_t>`
 - The cross-language serialization is not stable, do not use it in your 
production environment.
 
diff --git a/versioned_docs/version-0.13/docs/guide/python_guide.md 
b/versioned_docs/version-0.13/docs/guide/python_guide.md
index 4c0e10063..a73e28dcd 100644
--- a/versioned_docs/version-0.13/docs/guide/python_guide.md
+++ b/versioned_docs/version-0.13/docs/guide/python_guide.md
@@ -21,13 +21,6 @@ license: |
 
 # Apache Fory™ Python
 
-[![Build 
Status](https://img.shields.io/github/actions/workflow/status/apache/fory/ci.yml?branch=main&style=for-the-badge&label=GITHUB%20ACTIONS&logo=github)](https://github.com/apache/fory/actions/workflows/ci.yml)
-[![PyPI](https://img.shields.io/pypi/v/pyfory.svg?logo=PyPI)](https://pypi.org/project/pyfory/)
-[![Python 
Versions](https://img.shields.io/pypi/pyversions/pyfory.svg?logo=python)](https://pypi.org/project/pyfory/)
-[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
-[![Slack 
Channel](https://img.shields.io/badge/slack-join-3f0e40?logo=slack&style=for-the-badge)](https://join.slack.com/t/fory-project/shared_invite/zt-36g0qouzm-kcQSvV_dtfbtBKHRwT5gsw)
-[![X](https://img.shields.io/badge/@ApacheFory-follow-blue?logo=x&style=for-the-badge)](https://x.com/ApacheFory)
-
 **Apache Fory™** is a blazing fast multi-language serialization framework 
powered by **JIT compilation** and **zero-copy** techniques, providing up to 
**ultra-fast performance** while maintaining ease of use and safety.
 
 `pyfory` provides the Python implementation of Apache Fory™, offering both 
high-performance object serialization and advanced row-format capabilities for 
data processing tasks.
diff --git a/versioned_docs/version-0.13/docs/guide/xlang_type_mapping.md 
b/versioned_docs/version-0.13/docs/guide/xlang_type_mapping.md
index a4d9637f8..130cfe6b7 100644
--- a/versioned_docs/version-0.13/docs/guide/xlang_type_mapping.md
+++ b/versioned_docs/version-0.13/docs/guide/xlang_type_mapping.md
@@ -21,7 +21,6 @@ license: |
 
 Note:
 
-- For type definition, see [Type Systems in 
Spec](../specification/xlang_serialization_spec.md#type-systems)
 - `int16_t[n]/vector<T>` indicates `int16_t[n]/vector<int16_t>`
 - The cross-language serialization is not stable, do not use it in your 
production environment.
 
diff --git a/versioned_docs/version-0.13/guide/python_guide.md 
b/versioned_docs/version-0.13/guide/python_guide.md
index 4c0e10063..a73e28dcd 100644
--- a/versioned_docs/version-0.13/guide/python_guide.md
+++ b/versioned_docs/version-0.13/guide/python_guide.md
@@ -21,13 +21,6 @@ license: |
 
 # Apache Fory™ Python
 
-[![Build 
Status](https://img.shields.io/github/actions/workflow/status/apache/fory/ci.yml?branch=main&style=for-the-badge&label=GITHUB%20ACTIONS&logo=github)](https://github.com/apache/fory/actions/workflows/ci.yml)
-[![PyPI](https://img.shields.io/pypi/v/pyfory.svg?logo=PyPI)](https://pypi.org/project/pyfory/)
-[![Python 
Versions](https://img.shields.io/pypi/pyversions/pyfory.svg?logo=python)](https://pypi.org/project/pyfory/)
-[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
-[![Slack 
Channel](https://img.shields.io/badge/slack-join-3f0e40?logo=slack&style=for-the-badge)](https://join.slack.com/t/fory-project/shared_invite/zt-36g0qouzm-kcQSvV_dtfbtBKHRwT5gsw)
-[![X](https://img.shields.io/badge/@ApacheFory-follow-blue?logo=x&style=for-the-badge)](https://x.com/ApacheFory)
-
 **Apache Fory™** is a blazing fast multi-language serialization framework 
powered by **JIT compilation** and **zero-copy** techniques, providing up to 
**ultra-fast performance** while maintaining ease of use and safety.
 
 `pyfory` provides the Python implementation of Apache Fory™, offering both 
high-performance object serialization and advanced row-format capabilities for 
data processing tasks.
diff --git a/versioned_docs/version-0.13/guide/rust_guide.md 
b/versioned_docs/version-0.13/guide/rust_guide.md
index 812c3d51f..8ce19839d 100644
--- a/versioned_docs/version-0.13/guide/rust_guide.md
+++ b/versioned_docs/version-0.13/guide/rust_guide.md
@@ -21,10 +21,6 @@ license: |
 
 # Apache Fory™ Rust
 
-[![Crates.io](https://img.shields.io/crates/v/fory.svg)](https://crates.io/crates/fory)
-[![Documentation](https://docs.rs/fory/badge.svg)](https://docs.rs/fory)
-[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/apache/fory/blob/main/LICENSE)
-
 **Apache Fory™** is a blazing fast multi-language serialization framework 
powered by **JIT compilation** and **zero-copy** techniques, providing up to 
**ultra-fast performance** while maintaining ease of use and safety.
 
 The Rust implementation provides versatile and high-performance serialization 
with automatic memory management and compile-time type safety.
@@ -41,11 +37,11 @@ The Rust implementation provides versatile and 
high-performance serialization wi
 
 ## 📦 Crates
 
-| Crate                                                                       
| Description                       | Version                                   
                                                            |
-| --------------------------------------------------------------------------- 
| --------------------------------- | 
-----------------------------------------------------------------------------------------------------
 |
-| [`fory`](https://github.com/apache/fory/blob/main/rust/fory)                
| High-level API with derive macros | 
[![crates.io](https://img.shields.io/crates/v/fory.svg)](https://crates.io/crates/fory)
               |
-| [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)     
| Core serialization engine         | 
[![crates.io](https://img.shields.io/crates/v/fory-core.svg)](https://crates.io/crates/fory-core)
     |
-| [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/) 
| Procedural macros                 | 
[![crates.io](https://img.shields.io/crates/v/fory-derive.svg)](https://crates.io/crates/fory-derive)
 |
+| Crate                                                                       
| Description                       | Version                              |
+| --------------------------------------------------------------------------- 
| --------------------------------- | ------------------------------------ |
+| [`fory`](https://github.com/apache/fory/blob/main/rust/fory)                
| High-level API with derive macros | https://crates.io/crates/fory        |
+| [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)     
| Core serialization engine         | https://crates.io/crates/fory-core   |
+| [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/) 
| Procedural macros                 | https://crates.io/crates/fory-derive |
 
 ## 🏃 Quick Start
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to