Skip to content

Commit b684d10

Browse files
author
csplinter
authored
Fix link in example to reflect repo name change
1 parent 2b45d2e commit b684d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Here is an example command that will load the data.csv file into the `video_rati
4949
**Note** This loads the data from the file stored in the github repo so the machine running this command will need access to the internet.
5050

5151
```
52-
./dsbulk load -url https://raw.githubusercontent.com/DataStax-Examples/dsbulk-csv-to-apollo/master/data.csv -b /path/to/bundle.zip -k <KEYSPACE NAME> -t video_ratings_by_user -u <USERNAME> -p <PASSWORD>
52+
./dsbulk load -url https://raw.githubusercontent.com/DataStax-Examples/dsbulk-to-astra/master/data.csv -b /path/to/bundle.zip -k <KEYSPACE NAME> -t video_ratings_by_user -u <USERNAME> -p <PASSWORD>
5353
```
5454

5555
#### Loading from an existing Cassandra table

0 commit comments

Comments
 (0)