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 09852a5c3 fix(docs): fix graalvm link (#3056)
09852a5c3 is described below
commit 09852a5c39e90eb0786a481de683fbc004018762
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Dec 16 14:15:34 2025 +0800
fix(docs): fix graalvm link (#3056)
## Why?
## What does this PR do?
## Related issues
## 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
---
README.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 82dd6771d..8233f07b9 100644
--- a/README.md
+++ b/README.md
@@ -553,16 +553,16 @@ For more details on row format, see [Row Format
Specification](docs/specificatio
### User Guides
-| Guide | Description
| Source | Website
|
-| -------------------------------- |
------------------------------------------ |
----------------------------------------------- |
-------------------------------------------------------------- |
-| **Java Serialization** | Comprehensive guide for Java
serialization | [java](docs/guide/java) | [📖
View](https://fory.apache.org/docs/docs/guide/java/) |
-| **Python** | Python-specific features and usage
| [python](docs/guide/python) | [📖
View](https://fory.apache.org/docs/docs/guide/python/) |
-| **Rust** | Rust implementation and patterns
| [rust](docs/guide/rust) | [📖
View](https://fory.apache.org/docs/docs/guide/rust/) |
-| **C++** | C++ implementation and patterns
| [cpp](docs/guide/cpp) | [📖
View](https://fory.apache.org/docs/docs/guide/cpp/) |
-| **Scala** | Scala integration and best practices
| [scala](docs/guide/scala) | [📖
View](https://fory.apache.org/docs/docs/guide/scala/) |
-| **Cross-Language Serialization** | Multi-language object exchange
| [xlang](docs/guide/xlang) | [📖
View](https://fory.apache.org/docs/docs/guide/xlang/) |
-| **GraalVM** | Native image support and AOT compilation
| [graalvm_guide.md](docs/guide/graalvm_guide.md) | [📖
View](https://fory.apache.org/docs/docs/guide/graalvm/) |
-| **Development** | Building and contributing to Fory
| [DEVELOPMENT.md](docs/guide/DEVELOPMENT.md) | [📖
View](https://fory.apache.org/docs/docs/guide/development) |
+| Guide | Description
| Source | Website
|
+| -------------------------------- |
------------------------------------------ |
----------------------------------------------- |
------------------------------------------------------------------------ |
+| **Java Serialization** | Comprehensive guide for Java
serialization | [java](docs/guide/java) | [📖
View](https://fory.apache.org/docs/docs/guide/java/) |
+| **Python** | Python-specific features and usage
| [python](docs/guide/python) | [📖
View](https://fory.apache.org/docs/docs/guide/python/) |
+| **Rust** | Rust implementation and patterns
| [rust](docs/guide/rust) | [📖
View](https://fory.apache.org/docs/docs/guide/rust/) |
+| **C++** | C++ implementation and patterns
| [cpp](docs/guide/cpp) | [📖
View](https://fory.apache.org/docs/docs/guide/cpp/) |
+| **Scala** | Scala integration and best practices
| [scala](docs/guide/scala) | [📖
View](https://fory.apache.org/docs/docs/guide/scala/) |
+| **Cross-Language Serialization** | Multi-language object exchange
| [xlang](docs/guide/xlang) | [📖
View](https://fory.apache.org/docs/docs/guide/xlang/) |
+| **GraalVM** | Native image support and AOT compilation
| [graalvm_guide.md](docs/guide/graalvm_guide.md) | [📖
View](https://fory.apache.org/docs/docs/guide/graalvm_serialization) |
+| **Development** | Building and contributing to Fory
| [DEVELOPMENT.md](docs/guide/DEVELOPMENT.md) | [📖
View](https://fory.apache.org/docs/docs/guide/development) |
### Protocol Specifications
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]