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 3d20ff2c6 fix(docs): fix rust doc links build and check (#2753)
3d20ff2c6 is described below

commit 3d20ff2c619e675581a1aba090c654be65bccabf
Author: Shawn Yang <[email protected]>
AuthorDate: Sun Oct 12 23:04:24 2025 +0530

    fix(docs): fix rust doc links build and check (#2753)
    
    ## Why?
    
    <!-- Describe the purpose of this PR. -->
    
    ## What does this PR do?
    
    <!-- Describe the details of this PR. -->
    
    ## Related issues
    
    #2752
    
    ## Does this PR introduce any user-facing change?
    
    <!--
    If any user-facing interface changes, please [open an
    issue](https://github.com/apache/fory/issues/new/choose) describing the
    need to do so and update the document if necessary.
    
    Delete section if not applicable.
    -->
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    ## Benchmark
    
    <!--
    When the PR has an impact on performance (if you don't know whether the
    PR will have an impact on performance, you can submit the PR first, and
    if it will have impact on performance, the code reviewer will explain
    it), be sure to attach a benchmark data here.
    
    Delete section if not applicable.
    -->
---
 rust/README.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/rust/README.md b/rust/README.md
index 55e1793ae..acf9d2171 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -803,7 +803,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
 
@@ -825,9 +825,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
 
@@ -975,11 +974,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