Skip to content

Commit d307313

Browse files
authored
fix broken links (#389)
1 parent a611175 commit d307313

File tree

5 files changed

+68
-67
lines changed

5 files changed

+68
-67
lines changed

docs/introduction/overview.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -114,26 +114,26 @@ All protocols share the same optimized codebase, allowing improvements in one pr
114114

115115
### User Guides
116116

117-
| Guide | Description | Source | Website |
118-
| -------------------------------- | ------------------------------------------ | ----------------------------------------------------------------------------------------- | ----------------------------------- |
119-
| **Java Serialization** | Comprehensive guide for Java serialization | [Java Guide](https://github.com/apache/fory/blob/main/docs/guide/java/) | [📖 View](../guide/java) |
120-
| **Cross-Language Serialization** | Multi-language object exchange | [Xlang Guide](https://github.com/apache/fory/blob/main/docs/guide/xlang/) | [📖 View](../guide/xlang) |
121-
| **Row Format** | Zero-copy random access format | [Java Row Format](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) | [📖 View](../guide/java/row-format) |
122-
| **Python** | Python-specific features and usage | [Python Guide](https://github.com/apache/fory/blob/main/docs/guide/python/) | [📖 View](../guide/python) |
123-
| **Rust** | Rust implementation and patterns | [Rust Guide](https://github.com/apache/fory/blob/main/docs/guide/rust/) | [📖 View](../guide/rust) |
124-
| **Go** | Go implementation and usage | [Go Guide](https://github.com/apache/fory/blob/main/docs/guide/go/) | [📖 View](../guide/go) |
125-
| **Scala** | Scala integration and best practices | [Scala Guide](https://github.com/apache/fory/blob/main/docs/guide/scala/) | [📖 View](../guide/scala) |
126-
| **GraalVM** | Native image support and AOT compilation | [GraalVM Guide](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [📖 View](../guide/graalvm_guide) |
127-
| **Development** | Building and contributing to Fory | [Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md) | [📖 View](../guide/DEVELOPMENT) |
117+
| Guide | Description | Source | Website |
118+
| -------------------------------- | ------------------------------------------ | ----------------------------------------------------------------------------------------- | -------------------------------------- |
119+
| **Java Serialization** | Comprehensive guide for Java serialization | [Java Guide](https://github.com/apache/fory/blob/main/docs/guide/java/) | [📖 View](../guide/java) |
120+
| **Cross-Language Serialization** | Multi-language object exchange | [Xlang Guide](https://github.com/apache/fory/blob/main/docs/guide/xlang/) | [📖 View](../guide/xlang) |
121+
| **Row Format** | Zero-copy random access format | [Java Row Format](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) | [📖 View](../guide/java/row-format.md) |
122+
| **Python** | Python-specific features and usage | [Python Guide](https://github.com/apache/fory/blob/main/docs/guide/python/) | [📖 View](../guide/python) |
123+
| **Rust** | Rust implementation and patterns | [Rust Guide](https://github.com/apache/fory/blob/main/docs/guide/rust/) | [📖 View](../guide/rust) |
124+
| **Go** | Go implementation and usage | [Go Guide](https://github.com/apache/fory/blob/main/docs/guide/go/) | [📖 View](../guide/go) |
125+
| **Scala** | Scala integration and best practices | [Scala Guide](https://github.com/apache/fory/blob/main/docs/guide/scala/) | [📖 View](../guide/scala) |
126+
| **GraalVM** | Native image support and AOT compilation | [GraalVM Guide](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [📖 View](../guide/graalvm_guide.md) |
127+
| **Development** | Building and contributing to Fory | [Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md) | [📖 View](../guide/DEVELOPMENT) |
128128

129129
### Protocol Specifications
130130

131-
| Specification | Description | Source | Website |
132-
| ----------------------- | ------------------------------ | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
133-
| **Xlang Serialization** | Cross-language binary protocol | [xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md) | [📖 View](../specification/xlang_serialization_spec) |
134-
| **Java Serialization** | Java-optimized protocol | [java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md) | [📖 View](../specification/java_serialization_spec) |
135-
| **Row Format** | Row-based binary format | [row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md) | [📖 View](../specification/row_format_spec) |
136-
| **Type Mapping** | Cross-language type conversion | [xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md) | [📖 View](../specification/xlang_type_mapping) |
131+
| Specification | Description | Source | Website |
132+
| ----------------------- | ------------------------------ | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
133+
| **Xlang Serialization** | Cross-language binary protocol | [xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md) | [📖 View](../specification/xlang_serialization_spec.md) |
134+
| **Java Serialization** | Java-optimized protocol | [java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md) | [📖 View](../specification/java_serialization_spec.md) |
135+
| **Row Format** | Row-based binary format | [row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md) | [📖 View](../specification/row_format_spec.md) |
136+
| **Type Mapping** | Cross-language type conversion | [xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md) | [📖 View](../specification/xlang_type_mapping.md) |
137137

138138
## Compatibility
139139

i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/overview.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -114,26 +114,26 @@ Apache Fory™ 实现了针对不同场景优化的多个二进制协议:
114114

115115
### 用户指南
116116

117-
| 指南 | 描述 | 源文件 | 网站 |
118-
| ---------------- | ----------------------- | ------------------------------------------------------------------------------------- | ----------------------------------- |
119-
| **Java 序列化** | Java 序列化综合指南 | [Java 指南](https://github.com/apache/fory/blob/main/docs/guide/java/) | [📖 查看](../guide/java) |
120-
| **跨语言序列化** | 多语言对象交换 | [Xlang 指南](https://github.com/apache/fory/blob/main/docs/guide/xlang/) | [📖 查看](../guide/xlang) |
121-
| **行格式** | 零拷贝随机访问格式 | [Java 行格式](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) | [📖 查看](../guide/java/row-format) |
122-
| **Python** | Python 特定功能和用法 | [Python 指南](https://github.com/apache/fory/blob/main/docs/guide/python/) | [📖 查看](../guide/python) |
123-
| **Rust** | Rust 实现和模式 | [Rust 指南](https://github.com/apache/fory/blob/main/docs/guide/rust/) | [📖 查看](../guide/rust) |
124-
| **Go** | Go 实现和用法 | [Go 指南](https://github.com/apache/fory/blob/main/docs/guide/go/) | [📖 查看](../guide/go) |
125-
| **Scala** | Scala 集成和最佳实践 | [Scala 指南](https://github.com/apache/fory/blob/main/docs/guide/scala/) | [📖 查看](../guide/scala) |
126-
| **GraalVM** | 原生镜像支持和 AOT 编译 | [GraalVM 指南](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [📖 查看](../guide/graalvm_guide) |
127-
| **开发** | 构建和贡献 Fory | [开发指南](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md) | [📖 查看](../guide/DEVELOPMENT) |
117+
| 指南 | 描述 | 源文件 | 网站 |
118+
| ---------------- | ----------------------- | ------------------------------------------------------------------------------------- | -------------------------------------- |
119+
| **Java 序列化** | Java 序列化综合指南 | [Java 指南](https://github.com/apache/fory/blob/main/docs/guide/java/) | [📖 查看](../guide/java) |
120+
| **跨语言序列化** | 多语言对象交换 | [Xlang 指南](https://github.com/apache/fory/blob/main/docs/guide/xlang/) | [📖 查看](../guide/xlang) |
121+
| **行格式** | 零拷贝随机访问格式 | [Java 行格式](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) | [📖 查看](../guide/java/row-format.md) |
122+
| **Python** | Python 特定功能和用法 | [Python 指南](https://github.com/apache/fory/blob/main/docs/guide/python/) | [📖 查看](../guide/python) |
123+
| **Rust** | Rust 实现和模式 | [Rust 指南](https://github.com/apache/fory/blob/main/docs/guide/rust/) | [📖 查看](../guide/rust) |
124+
| **Go** | Go 实现和用法 | [Go 指南](https://github.com/apache/fory/blob/main/docs/guide/go/) | [📖 查看](../guide/go) |
125+
| **Scala** | Scala 集成和最佳实践 | [Scala 指南](https://github.com/apache/fory/blob/main/docs/guide/scala/) | [📖 查看](../guide/scala) |
126+
| **GraalVM** | 原生镜像支持和 AOT 编译 | [GraalVM 指南](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [📖 查看](../guide/graalvm_guide.md) |
127+
| **开发** | 构建和贡献 Fory | [开发指南](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md) | [📖 查看](../guide/DEVELOPMENT) |
128128

129129
### 协议规范
130130

131-
| 规范 | 描述 | 源文件 | 网站 |
132-
| ---------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
133-
| **跨语言序列化** | 跨语言二进制协议 | [xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md) | [📖 查看](../specification/xlang_serialization_spec) |
134-
| **Java 序列化** | Java 优化协议 | [java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md) | [📖 查看](../specification/java_serialization_spec) |
135-
| **行格式** | 基于行的二进制格式 | [row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md) | [📖 查看](../specification/row_format_spec) |
136-
| **类型映射** | 跨语言类型转换 | [xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md) | [📖 查看](../specification/xlang_type_mapping) |
131+
| 规范 | 描述 | 源文件 | 网站 |
132+
| ---------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
133+
| **跨语言序列化** | 跨语言二进制协议 | [xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md) | [📖 查看](../specification/xlang_serialization_spec.md) |
134+
| **Java 序列化** | Java 优化协议 | [java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md) | [📖 查看](../specification/java_serialization_spec.md) |
135+
| **行格式** | 基于行的二进制格式 | [row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md) | [📖 查看](../specification/row_format_spec.md) |
136+
| **类型映射** | 跨语言类型转换 | [xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md) | [📖 查看](../specification/xlang_type_mapping.md) |
137137

138138
## 兼容性
139139

0 commit comments

Comments
 (0)