From 327916c1fa5d291ded757a6abe5c9822ef694772 Mon Sep 17 00:00:00 2001 From: brwilliams251 Date: Wed, 20 Dec 2023 21:05:51 -0500 Subject: [PATCH] Update README.md Updated dead link to example graphs with current link --- tools/etl/tg-jdbc-driver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/etl/tg-jdbc-driver/README.md b/tools/etl/tg-jdbc-driver/README.md index 557f874b..3e4690c5 100644 --- a/tools/etl/tg-jdbc-driver/README.md +++ b/tools/etl/tg-jdbc-driver/README.md @@ -117,7 +117,7 @@ try { ## Quick Start ### Prerequisite -Please [download the example graphs](https://docs.tigergraph.com/gsql-ref/current/appendix/_attachments/example_graphs.tar.gz), go into the folder `social_net` and run the following command: +Please [download the example graphs](https://docs.tigergraph.com/gsql-ref/current/appendix/_attachments/example_graphs_v3.zip), go into the folder `social_net` and run the following command: ``` gsql graph_create.gsql ```