We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36664c3 commit 3fdeab4Copy full SHA for 3fdeab4
1 file changed
presto-docs/src/main/sphinx/installation/deployment.rst
@@ -562,7 +562,7 @@ The latest version of Presto is currently |version|.
562
docker run --name presto prestodb:latest
563
564
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
+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
566
using a separate Terminal window.
567
568
.. code-block:: none
0 commit comments