Skip to content

Commit 0907c53

Browse files
committed
Update download url for presto-cli
1 parent 8f9325a commit 0907c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/static/data/GetStarted_Cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const GetStarted_Cards = [
1313
description: "Run queries using the CLI",
1414
buttonText: "presto-cli-"+presto_latest_presto_version+"-executable.jar",
1515
buttonLink:
16-
"https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/"+presto_latest_presto_version+"/presto-cli-"+presto_latest_presto_version+"-executable.jar",
16+
"https://github.com/prestodb/presto/releases/download/"+presto_latest_presto_version+"/presto-cli-"+presto_latest_presto_version+"-executable.jar",
1717
footer:
1818
'A CLI for running queries is available see <a href="https://prestodb.io/docs/current/installation/cli.html" target="_blank">Command Line Interface.</a>',
1919
},

0 commit comments

Comments
 (0)