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 9389b15b8 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
9389b15b8 is described below

commit 9389b15b8460a34facd5ea46da20de369fad38bd
Author: chaokunyang <[email protected]>
AuthorDate: Sun Oct 12 17:34:32 2025 +0000

    🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
 docs/guide/rust_guide.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/docs/guide/rust_guide.md b/docs/guide/rust_guide.md
index af945ab37..612d4143c 100644
--- a/docs/guide/rust_guide.md
+++ b/docs/guide/rust_guide.md
@@ -823,7 +823,7 @@ fory.register::<MyStruct>(100);
 fory.register_by_namespace::<MyStruct>("com.example", "MyStruct");
 ```
 
-See [xlang_type_mapping.md](../docs/guide/xlang_type_mapping.md) for type 
mapping across languages.
+See 
[xlang_type_mapping.md](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec)
 for type mapping across languages.
 
 ## ⚡ Performance
 
@@ -845,9 +845,8 @@ cargo bench --package fory-benchmarks
 ## 📖 Documentation
 
 - **[API Documentation](https://docs.rs/fory)** - Complete API reference
-- **[Protocol 
Specification](../docs/specification/xlang_serialization_spec.md)** - 
Serialization protocol details
-- **[Row Format Specification](../docs/specification/row_format_spec.md)** - 
Row format details
-- **[Type Mapping](../docs/guide/xlang_type_mapping.md)** - Cross-language 
type mappings
+- **[Protocol 
Specification](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec)**
 - Serialization protocol details
+- **[Type 
Mapping](https://fory.apache.org/docs/docs/guide/xlang_type_mapping)** - 
Cross-language type mappings
 
 ## 🎯 Use Cases
 
@@ -995,11 +994,11 @@ cargo clippy --all-targets --all-features -- -D warnings
 
 ## 📄 License
 
-Licensed under the Apache License, Version 2.0. See [LICENSE](../LICENSE) for 
details.
+Licensed under the Apache License, Version 2.0. See 
[LICENSE](https://github.com/apache/fory/blob/main/LICENSE) for details.
 
 ## 🤝 Contributing
 
-We welcome contributions! Please see our [Contributing 
Guide](../CONTRIBUTING.md) for details.
+We welcome contributions! Please see our [Contributing 
Guide](https://github.com/apache/fory/blob/main/CONTRIBUTING.md) for details.
 
 ## 📞 Support
 


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

Reply via email to