From 3e2f9587f83a760d4cb6d0ea71b145e6167f0ec1 Mon Sep 17 00:00:00 2001 From: Keerthana Panyam Date: Tue, 8 Jul 2025 10:49:17 -0400 Subject: [PATCH] add a link to the official granite website from the docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0bc34ce..46a67ae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ # Granite.Code -Granite.Code is an coding assistant for VS Code. It makes use of the [Granite family of AI models](https://www.ibm.com/granite) to provide a high quality AI assistant experience, while providing full control over privacy and information sharing. To achieve this, Granite.Code downloads and runs Granite models locally, so that no data is shared with other parties. +[Granite.Code](https://granitecode.ai/) is an coding assistant for VS Code. It makes use of the [Granite family of AI models](https://www.ibm.com/granite) to provide a high quality AI assistant experience, while providing full control over privacy and information sharing. To achieve this, Granite.Code downloads and runs Granite models locally, so that no data is shared with other parties. Granite.Code can be installed as a VS Code extension: See [setup](https://docs.granitecode.github.io/setup) to get started.