diff --git a/website/static/docs/0.294/installation/deployment.html b/website/static/docs/0.294/installation/deployment.html index dd352e1b8..121fb9f02 100644 --- a/website/static/docs/0.294/installation/deployment.html +++ b/website/static/docs/0.294/installation/deployment.html @@ -1736,7 +1736,7 @@

An Example Deployment with DockerCOPY etc /opt/presto/etc # Download the Presto CLI and put it in the image -RUN wget --quiet https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar +RUN wget --quiet https://github.com/prestodb/presto/releases/download/${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar RUN mv presto-cli-${PRESTO_VERSION}-executable.jar /usr/local/bin/presto RUN chmod +x /usr/local/bin/presto