From 3de8ed2b8555ba5cc43957ffc21482f6191da733 Mon Sep 17 00:00:00 2001 From: hunny warisu Date: Thu, 26 Dec 2024 18:38:30 +0530 Subject: [PATCH] Update positron.go Signed-off-by: hunnywar --- pkg/ide/positron.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ide/positron.go b/pkg/ide/positron.go index d8ee7f4f11..a3389aefbc 100644 --- a/pkg/ide/positron.go +++ b/pkg/ide/positron.go @@ -51,7 +51,7 @@ func GetPositronBinaryPath() (string, error) { redBold := "\033[1;31m" // ANSI escape code for red and bold reset := "\033[0m" // ANSI escape code to reset text formatting - errorMessage := "Please install Positron from https://www.cursor.com/ and ensure it's in your PATH.\n" + errorMessage := "Please install Positron from https://positron.posit.co/download.html and ensure it's in your PATH.\n" return "", errors.New(redBold + errorMessage + reset) }