Skip to content

Commit

Permalink
chore: Update directory paths in README files (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinliu authored Apr 24, 2024
1 parent 0682b0d commit 3754f31
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/libraries/java/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/libraries/pyspark/pyspark.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/libraries/spark/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3754f31

Please sign in to comment.