From 27c701e9ace0096578a28f53784fb72597b9cfca Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Wed, 29 Oct 2025 09:36:34 -0700 Subject: [PATCH] evade download link --- modules/ROOT/pages/connect-clients-to-proxy.adoc | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/modules/ROOT/pages/connect-clients-to-proxy.adoc b/modules/ROOT/pages/connect-clients-to-proxy.adoc index 7c80c7e6..e5341d38 100644 --- a/modules/ROOT/pages/connect-clients-to-proxy.adoc +++ b/modules/ROOT/pages/connect-clients-to-proxy.adoc @@ -218,23 +218,11 @@ 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, https://downloads.datastax.com/#cqlsh[download `cqlsh`]. +. On a machine that can connect to your {product-proxy} instance, xref:cql:connect:start-cqlsh-linux-mac.adoc[download and install `cqlsh`]. + Any version of `cqlsh` can connect to {product-proxy}, but some clusters require a specific `cqlsh` version. -. Install `cqlsh` by extracting the downloaded archive: -+ -[source,shell,subs="+quotes"] ----- -tar -xvf **CQLSH_ARCHIVE** ----- -+ -Replace `**CQLSH_ARCHIVE**` with the file name of the downloaded `cqlsh` archive, such as `cqlsh-astra-20210304-bin.tar.gz`. - -. Change to the `bin` directory in your `cqlsh` installation directory. -For example, if you installed `cqlsh` for {astra-db}, you would run `cd cqlsh-astra/bin`. - -. Launch `cqlsh`: +. Start `cqlsh` with your {product-proxy} connection details: + [source,shell,subs="+quotes"] ----