diff --git a/demos/guru_scripts/docker/tutorial/4.x/README.md b/demos/guru_scripts/docker/tutorial/4.x/README.md index 65fee880..a3351e8f 100644 --- a/demos/guru_scripts/docker/tutorial/4.x/README.md +++ b/demos/guru_scripts/docker/tutorial/4.x/README.md @@ -47,12 +47,12 @@ You can choose from one of the following methods. ``` - Load from local file in your container - Copy the following data files to your container. - - [account.csv](./data/account.csv) - - [phone.csv](./data/phone.csv) - - [city.csv](./data/city.csv) - - [hasPhone.csv](./data/hasPhone.csv) - - [locate.csv](./data/locate.csv) - - [transfer.csv](./data/transfer.csv) + - [account.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/account.csv) + - [phone.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/phone.csv) + - [city.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/city.csv) + - [hasPhone.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/hasPhone.csv) + - [locate.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/locate.csv) + - [transfer.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/transfer.csv) - Copy [load2.gsql](./script/load2.gsql) to your container. Modify the script with your local file path. Next, run the following in your container's bash command line. ```