Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update directory paths in README files #464

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment on lines 44 to +45
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about

$ git clone https://github.com/apache/graphar.git
$ cd graphar

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

incubator-graphar is ok

$ 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
Loading