This is an automated email from the ASF dual-hosted git repository.

wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d074216 chore(doc): rename guide document name (#1538)
0d074216 is described below

commit 0d074216964e2bf1918d438524a139b0fd8aa1f2
Author: Shawn Yang <[email protected]>
AuthorDate: Fri Apr 19 12:25:51 2024 +0800

    chore(doc): rename guide document name (#1538)
---
 README.md                                                             | 2 +-
 docs/README.md                                                        | 4 ++--
 .../guide/{java_object_graph_guide.md => java_serialization_guide.md} | 2 +-
 .../{xlang_object_graph_guide.md => xlang_serialization_guide.md}     | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 24543cbd..6b8fe19a 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ go get github.com/apache/incubator-fury/go/fury
 ```
 
 ## Quickstart
-Here we give a quick start about how to use Fury, see [user 
guide](https://github.com/apache/incubator-fury/blob/main/docs/README.md) for 
more details about 
[java](https://github.com/apache/incubator-fury/blob/main/docs/guide/java_object_graph_guide.md),
 [cross 
language](https://github.com/apache/incubator-fury/blob/main/docs/guide/xlang_object_graph_guide.md),
 and [row 
format](https://github.com/apache/incubator-fury/blob/main/docs/guide/row_format_guide.md).
+Here we give a quick start about how to use Fury, see [user 
guide](docs/README.md) for more details about 
[java](docs/guide/java_serialization_guide.md), [cross 
language](docs/guide/xlang_serialization_guide.md), and [row 
format](docs/guide/row_format_guide.md).
 
 ### Fury java object graph serialization
 If you don't have cross-language requirements, using this mode will
diff --git a/docs/README.md b/docs/README.md
index bb09506d..6de510a0 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,6 +1,6 @@
 # User Guide
-- For Cross Language Object Graph Guide, see [xlang serialization 
guide](guide/xlang_object_graph_guide.md) doc.
-- For Java Object Graph Guide, see [java serialization 
guide](guide/java_object_graph_guide.md) doc.
+- For Cross Language Object Graph Guide, see [xlang serialization 
guide](guide/xlang_serialization_guide.md) doc.
+- For Java Object Graph Guide, see [java serialization 
guide](guide/java_serialization_guide.md) doc.
 - For Row Format Guide, see [row format guide](guide/row_format_guide.md) doc.
 - For Scala Guide, see [scala guide](guide/scala_guide.md) doc.
 - For using Fury with GraalVM native image, see [graalvm native image 
guide](guide/graalvm_guide.md) doc.
diff --git a/docs/guide/java_object_graph_guide.md 
b/docs/guide/java_serialization_guide.md
similarity index 99%
rename from docs/guide/java_object_graph_guide.md
rename to docs/guide/java_serialization_guide.md
index 997b7a12..673e6a8c 100644
--- a/docs/guide/java_object_graph_guide.md
+++ b/docs/guide/java_serialization_guide.md
@@ -1,5 +1,5 @@
 ---
-title: Java Object Graph Guide
+title: Java Serialization Guide
 sidebar_position: 0
 id: java_object_graph_guide
 ---
diff --git a/docs/guide/xlang_object_graph_guide.md 
b/docs/guide/xlang_serialization_guide.md
similarity index 99%
rename from docs/guide/xlang_object_graph_guide.md
rename to docs/guide/xlang_serialization_guide.md
index 62ae1880..02738281 100644
--- a/docs/guide/xlang_object_graph_guide.md
+++ b/docs/guide/xlang_serialization_guide.md
@@ -1,5 +1,5 @@
 ---
-title: Xlang Object Graph Guide
+title: Xlang Serialization Guide
 sidebar_position: 2
 id: xlang_object_graph_guide
 ---


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to