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

wangweipeng 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 799cc45b fix build error (#234)
799cc45b is described below

commit 799cc45baa9c16d93f95c2a820029047e9361e1e
Author: weipeng <[email protected]>
AuthorDate: Tue Jun 3 23:02:55 2025 +0800

    fix build error (#234)
---
 docs/docs/03-Guide/xlang_type_mapping.md                              | 2 +-
 docs/specification/xlang_serialization_spec.md                        | 2 +-
 versioned_docs/version-0.10/docs/03-Guide/xlang_type_mapping.md       | 2 +-
 versioned_docs/version-0.10/specification/xlang_serialization_spec.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/docs/03-Guide/xlang_type_mapping.md 
b/docs/docs/03-Guide/xlang_type_mapping.md
index 1638e2ab..6b77afa9 100644
--- a/docs/docs/03-Guide/xlang_type_mapping.md
+++ b/docs/docs/03-Guide/xlang_type_mapping.md
@@ -21,7 +21,7 @@ license: |
 
 Note:
 
-- For type definition, see [Type Systems in 
Spec](../docs/specification/xlang_serialization_spec.md#type-systems)
+- 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/docs/specification/xlang_serialization_spec.md 
b/docs/specification/xlang_serialization_spec.md
index 8e8e85c9..b566f4a9 100644
--- a/docs/specification/xlang_serialization_spec.md
+++ b/docs/specification/xlang_serialization_spec.md
@@ -151,7 +151,7 @@ types.
 
 ### Type mapping
 
-See [Type mapping](../docs/docs/guide/xlang_type_mapping.md)
+See [Type mapping](../docs/guide/xlang_type_mapping)
 
 ## Spec overview
 
diff --git a/versioned_docs/version-0.10/docs/03-Guide/xlang_type_mapping.md 
b/versioned_docs/version-0.10/docs/03-Guide/xlang_type_mapping.md
index 1638e2ab..6b77afa9 100644
--- a/versioned_docs/version-0.10/docs/03-Guide/xlang_type_mapping.md
+++ b/versioned_docs/version-0.10/docs/03-Guide/xlang_type_mapping.md
@@ -21,7 +21,7 @@ license: |
 
 Note:
 
-- For type definition, see [Type Systems in 
Spec](../docs/specification/xlang_serialization_spec.md#type-systems)
+- 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/specification/xlang_serialization_spec.md 
b/versioned_docs/version-0.10/specification/xlang_serialization_spec.md
index 8e8e85c9..b566f4a9 100644
--- a/versioned_docs/version-0.10/specification/xlang_serialization_spec.md
+++ b/versioned_docs/version-0.10/specification/xlang_serialization_spec.md
@@ -151,7 +151,7 @@ types.
 
 ### Type mapping
 
-See [Type mapping](../docs/docs/guide/xlang_type_mapping.md)
+See [Type mapping](../docs/guide/xlang_type_mapping)
 
 ## Spec overview
 


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

Reply via email to