Skip to content

Commit 2f175d7

Browse files
TyDunnbdougie
andauthored
docs: Update READMEs to use relative rather than absolute paths (#7527)
* relative to absolute paths * chore: run prettier on README.md - add newline at EOF --------- Co-authored-by: Brian 'bdougie' Douglas <[email protected]>
1 parent 4d8088f commit 2f175d7

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ Get started in [VS Code](https://marketplace.visualstudio.com/items?itemName=Con
3535

3636
## Agent
3737

38-
[Agent](/features/agent/quick-start) to work on development tasks together with AI
38+
[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI
3939

4040
![agent](docs/images/agent.gif)
4141

4242
## Chat
4343

44-
[Chat](/features/chat/quick-start) to ask general questions and clarify code sections
44+
[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections
4545

4646
![chat](docs/images/chat.gif)
4747

4848
## Edit
4949

50-
[Edit](/features/edit/quick-start) to modify a code section without leaving your current file
50+
[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file
5151

5252
![edit](docs/images/edit.gif)
5353

5454
## Autocomplete
5555

56-
[Autocomplete](/features/autocomplete/quick-start) to receive inline code suggestions as you type
56+
[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type
5757

5858
![autocomplete](docs/images/autocomplete.gif)
5959

extensions/intellij/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222

2323
## Agent
2424

25-
[Agent](/features/agent/quick-start) to work on development tasks together with AI
25+
[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI
2626

2727
## Chat
2828

29-
[Chat](/features/chat/quick-start) to ask general questions and clarify code sections
29+
[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections
3030

3131
## Edit
3232

33-
[Edit](/features/edit/quick-start) to modify a code section without leaving your current file
33+
[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file
3434

3535
## Autocomplete
3636

37-
[Autocomplete](/features/autocomplete/quick-start) to receive inline code suggestions as you type
37+
[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type
3838

3939
</div>
4040

extensions/vscode/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030

3131
## Agent
3232

33-
[Agent](/features/agent/quick-start) to work on development tasks together with AI
33+
[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI
3434

3535
![agent](docs/images/agent.gif)
3636

3737
## Chat
3838

39-
[Chat](/features/chat/quick-start) to ask general questions and clarify code sections
39+
[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections
4040

4141
![chat](docs/images/chat.gif)
4242

4343
## Edit
4444

45-
[Edit](/features/edit/quick-start) to modify a code section without leaving your current file
45+
[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file
4646

4747
![edit](docs/images/edit.gif)
4848

4949
## Autocomplete
5050

51-
[Autocomplete](/features/autocomplete/quick-start) to receive inline code suggestions as you type
51+
[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type
5252

5353
![autocomplete](docs/images/autocomplete.gif)
5454

0 commit comments

Comments
 (0)