Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit fe43890

Browse files
updated the navigation links after domain change
fixed navigation links after domain change from docs.granitecode.github.io to relative links after switching to docs.granitecode.ai domain.
1 parent 665aeda commit fe43890

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This page provides information on how to get the most out of Granite.Code. It covers best practices for getting accurate and helpful chat responses, as well as supplementary options which make Granite.Code's features even more powerful.
44

5-
Before you read this guide, you should be familiar with the main Granite.Code features, which are described in the [getting started tutorial](https://docs.granitecode.github.io/getting-started).
5+
Before you read this guide, you should be familiar with the main Granite.Code features, which are described in the [getting started tutorial](getting-started).
66

77
## Asking effective questions
88

@@ -53,7 +53,7 @@ For more information on the docs context provider, see the [Continue documentati
5353

5454
## Making different types of edits
5555

56-
Granite.Code's edit feature was introduced in the [getting started tutorial](https://docs.granitecode.github.io/getting-started), where we saw how code can be easily made more readable. There are many other types of changes that can be made with Granite.Code. Some of these are available in the Granite.Code context menu in the code editor. This includes actions to:
56+
Granite.Code's edit feature was introduced in the [getting started tutorial](getting-started), where we saw how code can be easily made more readable. There are many other types of changes that can be made with Granite.Code. Some of these are available in the Granite.Code context menu in the code editor. This includes actions to:
5757

5858
* Fix grammar and spelling mistakes
5959
* Fix code errors

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Let's use autocompletion to write assertions for the sorting algorithms from the
9595

9696
## Next steps
9797

98-
This guide has introduced some essential Granite.Code features. However, there is much more to Granite.Code, including techniques which will allow you to get the most out of the features that have just been introduced. When you're ready, head over to the [best practices guide](https://docs.granitecode.github.io/best-practices) to learn more.
98+
This guide has introduced some essential Granite.Code features. However, there is much more to Granite.Code, including techniques which will allow you to get the most out of the features that have just been introduced. When you're ready, head over to the [best practices guide](best-practices) to learn more.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[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.
66

7-
Granite.Code can be installed as a VS Code extension: See [setup](https://docs.granitecode.github.io/setup) to get started.
7+
Granite.Code can be installed as a VS Code extension: See [setup](setup) to get started.
88

99
## Get in Touch
1010

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once you have installed Granite.Code, it is necessary to get the latest Granite
88

99
If you need to restart the setup wizard for any reason, it can be launched from the VS Code command palette using the `Granite.Code: Setup Granite as code assistant` command.
1010

11-
Once you have set up Granite.Code, we recommend that you try out the [getting started tutorial](https://docs.granitecode.github.io/getting-started).
11+
Once you have set up Granite.Code, we recommend that you try out the [getting started tutorial](getting-started).
1212

1313
## System requirements
1414

0 commit comments

Comments
 (0)