Skip to content

Commit c25c0c2

Browse files
committed
Fixes/tracking changes in repository URLs
1 parent 34e99ee commit c25c0c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ This repository contains reference implementations for the two SNB workload:
1212

1313
## Directory layout
1414

15-
Some configuration files and scripts use [relative paths to address the data generator's directory](https://github.com/ldbc/ldbc_snb_implementations/search?q=ldbc_snb_datagen). Hence, it is recommended to clone the LDBC Data Generator and the LDBC implementations repositories next to each other and keep their original directory names. For example:
15+
Some configuration files and scripts use [relative paths to address the data generator's directory](https://github.com/ldbc/ldbc_snb_interactive/search?q=ldbc_snb_datagen). Hence, it is recommended to clone the LDBC Data Generator and the LDBC implementations repositories next to each other and keep their original directory names. For example:
1616

1717
* `ldbc`
1818
* [`ldbc_snb_datagen`](https://github.com/ldbc/ldbc_snb_datagen)
1919
* [`ldbc_snb_driver`](https://github.com/ldbc/ldbc_snb_driver)
20-
* [`ldbc_snb_implementations`](https://github.com/ldbc/ldbc_snb_implementations/)
20+
* [`ldbc_snb_interactive`](https://github.com/ldbc/ldbc_snb_interactive/)
2121

2222
## Implementations
2323

cypher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env | grep ^NEO4J_
2424

2525
### Generating the data set
2626

27-
The data set needs to be generated and preprocessed before loading it to the database. To generate it, use the `CsvComposite` serializer classes of the [Hadoop-based Datagen (`stable` branch)](https://github.com/ldbc/ldbc_snb_implementations/tree/stable):
27+
The data set needs to be generated and preprocessed before loading it to the database. To generate it, use the `CsvComposite` serializer classes of the [Hadoop-based Datagen (`stable` branch)](https://github.com/ldbc/ldbc_snb_datagen/tree/stable):
2828

2929
```ini
3030
ldbc.snb.datagen.serializer.dynamicActivitySerializer:ldbc.snb.datagen.serializer.snb.csv.dynamicserializer.activity.CsvCompositeDynamicActivitySerializer

0 commit comments

Comments
 (0)