From b259ded39758049c1559b3d51fa9f20f9e65f787 Mon Sep 17 00:00:00 2001 From: Deep Khajanchi <45371064+deepkhajanchi@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:55:59 -0700 Subject: [PATCH] Update README.adoc for link fix Clicking on the link shows this url on address bar: https://docs.tigergraph.com/tigergraph-server/4.1/data-querying/readme#3.2@gsql-ref:querying:introduction-query.adoc, but it doesn't redirect to anywhere. --- modules/data-querying/pages/README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/data-querying/pages/README.adoc b/modules/data-querying/pages/README.adoc index f8680f0d..c964db04 100644 --- a/modules/data-querying/pages/README.adoc +++ b/modules/data-querying/pages/README.adoc @@ -3,4 +3,6 @@ In TigerGraph, users query data using the GSQL Query Language. Unlike traditional query languages for relational databases, a GSQL query is designed to be a saved prodecure containing a series of declaration, data-manipulation, data-modification, and output statements. -To learn about the syntax and the statements available in the GSQL Query Language, see xref:3.2@gsql-ref:querying:introduction-query.adoc[GSQL Language Reference: Querying.] \ No newline at end of file +To learn about the syntax and the statements available in the GSQL Query Language, see xref:3.2@gsql-ref:querying:introduction-query.adoc[GSQL Language Reference: Querying.] + +Clicking on above link shows this url on address bar: https://docs.tigergraph.com/tigergraph-server/4.1/data-querying/readme#3.2@gsql-ref:querying:introduction-query.adoc, but it doesn't redirect to anywhere.