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 9cd1eeca8 fix doc links (#331)
9cd1eeca8 is described below

commit 9cd1eeca8ae488e64438876ab04c9b7bd6fb6e8c
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Oct 28 01:57:27 2025 +0800

    fix doc links (#331)
---
 docs/guide/xlang_type_mapping.md                                         | 1 -
 .../version-0.11/guide/xlang_type_mapping.md                             | 1 -
 versioned_docs/version-0.10/docs/guide/xlang_type_mapping.md             | 1 -
 versioned_docs/version-0.11/guide/xlang_type_mapping.md                  | 1 -
 versioned_docs/version-0.13/guide/xlang_type_mapping.md                  | 1 -
 5 files changed, 5 deletions(-)

diff --git a/docs/guide/xlang_type_mapping.md b/docs/guide/xlang_type_mapping.md
index a4d9637f8..130cfe6b7 100644
--- a/docs/guide/xlang_type_mapping.md
+++ b/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/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/xlang_type_mapping.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/xlang_type_mapping.md
index 754c5ed7f..73d9fd792 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/xlang_type_mapping.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/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.10/docs/guide/xlang_type_mapping.md 
b/versioned_docs/version-0.10/docs/guide/xlang_type_mapping.md
index a9aa0c003..8587239ee 100644
--- a/versioned_docs/version-0.10/docs/guide/xlang_type_mapping.md
+++ b/versioned_docs/version-0.10/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.11/guide/xlang_type_mapping.md 
b/versioned_docs/version-0.11/guide/xlang_type_mapping.md
index 754c5ed7f..73d9fd792 100644
--- a/versioned_docs/version-0.11/guide/xlang_type_mapping.md
+++ b/versioned_docs/version-0.11/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/xlang_type_mapping.md 
b/versioned_docs/version-0.13/guide/xlang_type_mapping.md
index a4d9637f8..130cfe6b7 100644
--- a/versioned_docs/version-0.13/guide/xlang_type_mapping.md
+++ b/versioned_docs/version-0.13/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.
 


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

Reply via email to