From fd1259c0f666b5b3b1523fa44129098b2af103f3 Mon Sep 17 00:00:00 2001 From: jasinliu <939282975@qq.com> Date: Wed, 24 Apr 2024 11:13:46 +0000 Subject: [PATCH] chore: Update directory paths in README files --- cpp/README.md | 2 +- docs/libraries/java/java.md | 2 +- docs/libraries/pyspark/pyspark.md | 2 +- docs/libraries/spark/spark.md | 2 +- java/README.md | 2 +- spark/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cpp/README.md b/cpp/README.md index f03b948df..32a6ff0d9 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -42,7 +42,7 @@ repository and navigated to the ``cpp`` subdirectory: ```bash $ git clone https://github.com/apache/incubator-graphar.git - $ cd GraphAr + $ cd incubator-graphar $ git submodule update --init $ cd cpp ``` diff --git a/docs/libraries/java/java.md b/docs/libraries/java/java.md index 227692295..739c477ae 100644 --- a/docs/libraries/java/java.md +++ b/docs/libraries/java/java.md @@ -67,7 +67,7 @@ directory: ```bash $ git clone https://github.com/apache/incubator-graphar.git -$ cd GraphAr +$ cd incubator-graphar $ git submodule update --init $ cd java ``` diff --git a/docs/libraries/pyspark/pyspark.md b/docs/libraries/pyspark/pyspark.md index e2c085eea..e4a70c67f 100644 --- a/docs/libraries/pyspark/pyspark.md +++ b/docs/libraries/pyspark/pyspark.md @@ -70,7 +70,7 @@ Make the graphar-pyspark-library directory as the current working directory: ```bash -cd GraphAr/pyspark +cd incubator-graphar/pyspark ``` Build package: diff --git a/docs/libraries/spark/spark.md b/docs/libraries/spark/spark.md index b48b96a40..0a7c7d5f4 100644 --- a/docs/libraries/spark/spark.md +++ b/docs/libraries/spark/spark.md @@ -33,7 +33,7 @@ For more information on its usage, please refer to the [Examples](examples.md). Make the graphar-spark-library directory as the current working directory: ```bash -cd GraphAr/spark/ +cd incubator-graphar/spark/ ``` Compile package: diff --git a/java/README.md b/java/README.md index 1c0d262a2..af3bde40c 100644 --- a/java/README.md +++ b/java/README.md @@ -44,7 +44,7 @@ Make the graphar-java-library directory as the current working directory: ```bash $ git clone https://github.com/apache/incubator-graphar.git - $ cd GraphAr + $ cd incubator-graphar $ git submodule update --init $ cd java ``` diff --git a/spark/README.md b/spark/README.md index 7469906df..ef9d9f2c6 100644 --- a/spark/README.md +++ b/spark/README.md @@ -20,7 +20,7 @@ repository and navigated to the ``spark`` subdirectory: ```bash $ git clone https://github.com/apache/incubator-graphar.git - $ cd GraphAr + $ cd incubator-graphar $ git submodule update --init $ cd spark ```