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 3251182bf docs: Fix links in README (#3212)
3251182bf is described below
commit 3251182bfd33d72555e28bc5e4cbadd35a9ff687
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Jan 26 23:18:34 2026 +0800
docs: Fix links in README (#3212)
## Why?
## What does this PR do?
Closes #3211
## 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 | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index b2d780ce8..572b061fe 100644
--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ fory = "0.14"
**C++**:
-Fory C++ supports both CMake and Bazel build systems. See [C++ Installation
Guide](https://fory.apache.org/docs/docs/guide/cpp/#installation) for detailed
instructions.
+Fory C++ supports both CMake and Bazel build systems. See [C++ Installation
Guide](https://fory.apache.org/docs/guide/cpp/#installation) for detailed
instructions.
**Golang**:
@@ -555,14 +555,14 @@ For more details on row format, see [Row Format
Specification](docs/specificatio
| 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) |
+| **Java Serialization** | Comprehensive guide for Java
serialization | [java](docs/guide/java) | [📖
View](https://fory.apache.org/docs/guide/java/) |
+| **Python** | Python-specific features and usage
| [python](docs/guide/python) | [📖
View](https://fory.apache.org/docs/guide/python/) |
+| **Rust** | Rust implementation and patterns
| [rust](docs/guide/rust) | [📖
View](https://fory.apache.org/docs/guide/rust/) |
+| **C++** | C++ implementation and patterns
| [cpp](docs/guide/cpp) | [📖
View](https://fory.apache.org/docs/guide/cpp/) |
+| **Scala** | Scala integration and best practices
| [scala](docs/guide/scala) | [📖
View](https://fory.apache.org/docs/guide/scala/) |
+| **Cross-Language Serialization** | Multi-language object exchange
| [xlang](docs/guide/xlang) | [📖
View](https://fory.apache.org/docs/guide/xlang/) |
+| **GraalVM** | Native image support and AOT compilation
| [graalvm_guide.md](docs/guide/graalvm_guide.md) | [📖
View](https://fory.apache.org/docs/guide/graalvm_serialization) |
+| **Development** | Building and contributing to Fory
| [DEVELOPMENT.md](docs/guide/DEVELOPMENT.md) | [📖
View](https://fory.apache.org/docs/guide/development) |
### Protocol Specifications
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]