Skip to content

Commit

Permalink
ignite docs: fixed broken lings to the SQLLine page
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Magda committed Oct 28, 2020
1 parent 12ab7e0 commit faf4f46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_docs/monitoring-metrics/system-views.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/quick-start/sql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion docs/_docs/sql-reference/operational-commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down

0 comments on commit faf4f46

Please sign in to comment.