This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new faf4f46  ignite docs: fixed broken lings to the SQLLine page
faf4f46 is described below

commit faf4f467e964d478b3d99b94d43d32430a7e88f0
Author: Denis Magda <dma...@gridgain.com>
AuthorDate: Wed Oct 28 12:01:10 2020 -0700

    ignite docs: fixed broken lings to the SQLLine page
---
 docs/_docs/monitoring-metrics/system-views.adoc    | 2 +-
 docs/_docs/quick-start/sql.adoc                    | 2 +-
 docs/_docs/sql-reference/operational-commands.adoc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/_docs/monitoring-metrics/system-views.adoc 
b/docs/_docs/monitoring-metrics/system-views.adoc
index 92b713f..1d400c6 100644
--- a/docs/_docs/monitoring-metrics/system-views.adoc
+++ b/docs/_docs/monitoring-metrics/system-views.adoc
@@ -32,7 +32,7 @@ See the link:SQL/schemas[Understanding Schemas] page for the 
information on how
 == Querying System Views
 
 
-To query the system views using the link:sqlline[SQLLine] tool, connect to the 
SYS schema as follows:
+To query the system views using the link:tools/sqlline[SQLLine] tool, connect 
to the SYS schema as follows:
 
 [source, shell]
 ----
diff --git a/docs/_docs/quick-start/sql.adoc b/docs/_docs/quick-start/sql.adoc
index 7d1c3df..c1d1eed 100644
--- a/docs/_docs/quick-start/sql.adoc
+++ b/docs/_docs/quick-start/sql.adoc
@@ -126,4 +126,4 @@ Easy!
 From here, you may want to:
 
 * Read more about using Ignite and link:SQL/sql-introduction[SQL]
-* Read more about using link:sqlline[sqlline]
+* Read more about using link:tools/sqlline[sqlline]
diff --git a/docs/_docs/sql-reference/operational-commands.adoc 
b/docs/_docs/sql-reference/operational-commands.adoc
index f5dea22..be7223f 100644
--- a/docs/_docs/sql-reference/operational-commands.adoc
+++ b/docs/_docs/sql-reference/operational-commands.adoc
@@ -115,7 +115,7 @@ While streaming mode allows you to load data much faster 
than other data loading
 2. Due to streaming mode's asynchronous nature, you cannot know update counts 
for every statement executed; all JDBC/ODBC commands returning update counts 
will return 0.
 
 === Example
-As an example, you can use the sample world.sql file that is shipped with the 
latest Ignite distribution. It can be found in the 
`{IGNITE_HOME}/examples/sql/` directory. You can use the `run` command from 
link:sqlline[SQLLine, window=_blank], as shown below:
+As an example, you can use the sample world.sql file that is shipped with the 
latest Ignite distribution. It can be found in the 
`{IGNITE_HOME}/examples/sql/` directory. You can use the `run` command from 
tools/sqlline[SQLLine, window=_blank], as shown below:
 
 [source,shell]
 ----

Reply via email to