From a52b2cec9b15cdb9425a7e5aee16685656257071 Mon Sep 17 00:00:00 2001 From: Jalpreet Singh Nanda Date: Fri, 29 Aug 2025 02:07:02 +0530 Subject: [PATCH] Update CLI and JDBC Driver documentation links --- website/static/data/GetStarted_Cards.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/static/data/GetStarted_Cards.js b/website/static/data/GetStarted_Cards.js index f3558ffd9..17dc01a38 100644 --- a/website/static/data/GetStarted_Cards.js +++ b/website/static/data/GetStarted_Cards.js @@ -15,7 +15,7 @@ export const GetStarted_Cards = [ buttonLink: "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.', + 'A CLI for running queries is available see Command Line Interface.', }, { title: "JDBC Driver", @@ -24,7 +24,7 @@ export const GetStarted_Cards = [ buttonLink: "https://repo1.maven.org/maven2/com/facebook/presto/presto-jdbc/"+presto_latest_presto_version+"/presto-jdbc-"+presto_latest_presto_version+".jar", footer: - 'Visit the JDCB Driver docs', + 'Visit the JDBC Driver docs', }, { title: "Docker Presto Sandbox Container",