Skip to content

Commit 069cd30

Browse files
imjalpreettdcmeehan
authored andcommitted
Update CLI and JDBC Driver documentation links
1 parent 0907c53 commit 069cd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/static/data/GetStarted_Cards.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const GetStarted_Cards = [
1515
buttonLink:
1616
"https://github.com/prestodb/presto/releases/download/"+presto_latest_presto_version+"/presto-cli-"+presto_latest_presto_version+"-executable.jar",
1717
footer:
18-
'A CLI for running queries is available see <a href="https://prestodb.io/docs/current/installation/cli.html" target="_blank">Command Line Interface.</a>',
18+
'A CLI for running queries is available see <a href="https://prestodb.io/docs/current/clients/presto-cli.html" target="_blank">Command Line Interface.</a>',
1919
},
2020
{
2121
title: "JDBC Driver",
@@ -24,7 +24,7 @@ export const GetStarted_Cards = [
2424
buttonLink:
2525
"https://repo1.maven.org/maven2/com/facebook/presto/presto-jdbc/"+presto_latest_presto_version+"/presto-jdbc-"+presto_latest_presto_version+".jar",
2626
footer:
27-
'Visit the <a href="https://prestodb.io/docs/current/installation/jdbc.html" target="_blank">JDCB Driver docs</a>',
27+
'Visit the <a href="https://prestodb.io/docs/current/clients/java.html" target="_blank">JDBC Driver docs</a>',
2828
},
2929
{
3030
title: "Docker Presto Sandbox Container",

0 commit comments

Comments
 (0)