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 8fad04a15c 🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
8fad04a15c is described below

commit 8fad04a15c37ab537eaa21aee92ec25995a9b211
Author: chaokunyang <[email protected]>
AuthorDate: Fri Feb 6 04:26:15 2026 +0000

    🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
---
 docs/compiler/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/compiler/index.md b/docs/compiler/index.md
index f3998b47dc..fa922056fc 100644
--- a/docs/compiler/index.md
+++ b/docs/compiler/index.md
@@ -151,8 +151,8 @@ data = bytes(person) # or `person.to_bytes()`
 
 | Document                                        | Description                
                       |
 | ----------------------------------------------- | 
------------------------------------------------- |
-| [FDL Syntax Reference](fdl-syntax.md)           | Complete language syntax 
and grammar              |
-| [Type System](type-system.md)                   | Primitive types, 
collections, and type rules      |
+| [Fory Schema IDL](schema-idl.md)                | Complete language syntax 
and grammar              |
+| [Type System](schema-idl.md#type-system)        | Primitive types, 
collections, and type rules      |
 | [Compiler Guide](compiler-guide.md)             | CLI options and build 
integration                 |
 | [Generated Code](generated-code.md)             | Output format for each 
target language            |
 | [Protocol Buffers IDL Support](protobuf-idl.md) | Comparison with protobuf 
and migration guide      |
@@ -184,7 +184,7 @@ FDL types map to native types in each language:
 | `string` | `String`  | `str`  | `string` | `String` | `std::string` |
 | `bool`   | `boolean` | `bool` | `bool`   | `bool`   | `bool`        |
 
-See [Type System](type-system.md) for complete mappings.
+See [Type System](schema-idl.md#type-system) for complete mappings.
 
 ## Best Practices
 


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

Reply via email to