Skip to content

Commit 3fdeab4

Browse files
knusteveburnett
authored andcommitted
Update deployment.rst
Fix an invalid link to Presto CLI
1 parent 36664c3 commit 3fdeab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

presto-docs/src/main/sphinx/installation/deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ The latest version of Presto is currently |version|.
562562
docker run --name presto prestodb:latest
563563
564564
You'll see a series of logs as Presto starts, ending with ``SERVER STARTED`` signaling that it is ready to receive queries.
565-
We'll use the `Presto CLI <https://prestodb.io/docs/current/installation/cli.html>`_ to connect to Presto that we put inside the image
565+
We'll use the `Presto CLI <https://prestodb.io/docs/current/clients/presto-cli.html>`_ to connect to Presto that we put inside the image
566566
using a separate Terminal window.
567567

568568
.. code-block:: none

0 commit comments

Comments
 (0)