Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/cli/pages/cbq-tool.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ cbq> create primary index on `beer-sample`;
cbq> select * from `beer-sample` limit 1;
----

For detailed information, see xref:tools:cbq-shell.adoc[].
For detailed information, see xref:n1ql:n1ql-intro/cbq.adoc[].
2 changes: 1 addition & 1 deletion modules/introduction/partials/new-features-76.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ See xref:n1ql:n1ql-language-reference/sequenceops.adoc[].
See xref:n1ql:n1ql-language-reference/explainfunction.adoc[].

* cbq shell additions.
See xref:tools:cbq-shell.adoc[cbq]:
See xref:n1ql:n1ql-intro/cbq.adoc[cbq]:

** The `-query_context` command line option.
** The `-advise` command line option.
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/pages/query-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:couchbase-cli-setting-query: xref:cli:cbcli/couchbase-cli-setting-query.adoc
:n1ql-rest-api-admin: xref:n1ql:n1ql-rest-api/admin.adoc
:n1ql-rest-api-index: xref:n1ql:n1ql-rest-api/index.adoc
:cbq-shell: xref:tools:cbq-shell.adoc
:cbq-shell: xref:n1ql:n1ql-intro/cbq.adoc
:rest-intro: xref:rest-api:rest-intro.adoc
:query-preferences: xref:tools:query-workbench.adoc#query-preferences

Expand Down
Loading