From cece73a51990305cd3670a03988ddc013d623aea Mon Sep 17 00:00:00 2001 From: Eric Schneider <37347760+eric-schneider@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:37:24 -0500 Subject: [PATCH] Fix cqlsh xrefs --- modules/ROOT/pages/connect-clients-to-proxy.adoc | 2 +- modules/sideloader/pages/migrate-sideloader.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/connect-clients-to-proxy.adoc b/modules/ROOT/pages/connect-clients-to-proxy.adoc index da271394..68fd8efe 100644 --- a/modules/ROOT/pages/connect-clients-to-proxy.adoc +++ b/modules/ROOT/pages/connect-clients-to-proxy.adoc @@ -211,7 +211,7 @@ If there is no CQL version that is compatible with both clusters, `cqlsh` won't To connect `cqlsh` to a {product-proxy} instance, do the following: -. On a machine that can connect to your {product-proxy} instance, xref:cql:connect:start-cqlsh-linux-mac.adoc[download and install the {cql-shell}]. +. On a machine that can connect to your {product-proxy} instance, xref:cql:cqlsh:use-cql-shell.adoc[download and install the {cql-shell}]. + Any version of `cqlsh` can connect to {product-proxy}, but some clusters require a specific `cqlsh` version. diff --git a/modules/sideloader/pages/migrate-sideloader.adoc b/modules/sideloader/pages/migrate-sideloader.adoc index 9f6cba5a..76c3390f 100644 --- a/modules/sideloader/pages/migrate-sideloader.adoc +++ b/modules/sideloader/pages/migrate-sideloader.adoc @@ -205,7 +205,7 @@ During the migration, {sstable-sideloader} automatically populates any SAI defin * Exact primary key definition as defined in your origin cluster, including the partition key, clustering columns, and ascending/descending ordering clauses. You must define partition key columns and clustering columns in the exact order that they are defined on your origin cluster. + -To retrieve schema properties, you can run the `xref:astra@cql:reference:cqlsh-commands/describe-keyspace.adoc[DESCRIBE KEYSPACE]` command on your origin cluster: +To retrieve schema properties, you can run the `xref:astra@cql:cqlsh:cqlsh-commands/describe-keyspace.adoc[DESCRIBE KEYSPACE]` command on your origin cluster: + [source,cql,subs="+quotes"] ----