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.git
The following commit(s) were added to refs/heads/main by this push:
new a2b8051da docs: fix field type broken links (#3146)
a2b8051da is described below
commit a2b8051dadfcd8e77b9c9f225f52b78f3a65a301
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Jan 14 12:32:39 2026 +0800
docs: fix field type broken links (#3146)
## Why?
## What does this PR do?
## Related issues
#3143
## Does this PR introduce any user-facing change?
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
---
docs/guide/xlang/field-type-meta.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/guide/xlang/field-type-meta.md
b/docs/guide/xlang/field-type-meta.md
index c5a76b99f..f434f1ac4 100644
--- a/docs/guide/xlang/field-type-meta.md
+++ b/docs/guide/xlang/field-type-meta.md
@@ -298,4 +298,4 @@ FORY_FIELD_CONFIG(Zoo,
- [Field Nullability](field-nullability.md) - Controlling null handling for
fields
- [Field Reference Tracking](field-reference-tracking.md) - Managing
shared/circular references
-- [Type Mapping](xlang_type_mapping.md) - Cross-language type compatibility
+- [Type Mapping](../../specification/xlang_type_mapping.md) - Cross-language
type compatibility
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]