This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit c17405821dc71c3efa815a529f14d5ae45832569 Author: Shawn Yang <[email protected]> AuthorDate: Mon Jan 26 20:23:01 2026 +0530 docs: Fix links in README --- 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]
