From 4137de18fb37bb4e751034d32c2ce830ce013eb1 Mon Sep 17 00:00:00 2001 From: unidevel Date: Thu, 28 Aug 2025 20:48:10 +0100 Subject: [PATCH] Update download url for presto-cli --- website/static/data/GetStarted_Cards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/data/GetStarted_Cards.js b/website/static/data/GetStarted_Cards.js index 636f4cccc..f3558ffd9 100644 --- a/website/static/data/GetStarted_Cards.js +++ b/website/static/data/GetStarted_Cards.js @@ -13,7 +13,7 @@ export const GetStarted_Cards = [ description: "Run queries using the CLI", buttonText: "presto-cli-"+presto_latest_presto_version+"-executable.jar", buttonLink: - "https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/"+presto_latest_presto_version+"/presto-cli-"+presto_latest_presto_version+"-executable.jar", + "https://github.com/prestodb/presto/releases/download/"+presto_latest_presto_version+"/presto-cli-"+presto_latest_presto_version+"-executable.jar", footer: 'A CLI for running queries is available see Command Line Interface.', },