This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new 3754f31 chore: Update directory paths in README files (#464)
3754f31 is described below
commit 3754f31e7a484766e45fdb5c91bc63a5cac85b89
Author: Liu Jiajun <[email protected]>
AuthorDate: Wed Apr 24 19:36:39 2024 +0800
chore: Update directory paths in README files (#464)
---
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 f03b948..32a6ff0 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 2276922..739c477 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 e2c085e..e4a70c6 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 b48b96a..0a7c7d5 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 1c0d262..af3bde4 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 7469906..ef9d9f2 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
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]