Skip to content

Commit e4a73ff

Browse files
committed
fix broken links
1 parent bdfaf60 commit e4a73ff

File tree

4 files changed

+4
-100
lines changed

4 files changed

+4
-100
lines changed

docs/ai-coder/agents.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

docs/ai-coder/ide-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Running coding agents in Coder workspaces provides several advantages over runni
1919

2020
## IDE Support
2121

22-
Follow the Coder Documentation for [Connecting to Workspaces](./user-guides/workspace-access/index.md) to connect to your Coder Workspaces with your favorite IDEs.
22+
Follow the Coder Documentation for [Connecting to Workspaces](../user-guides/workspace-access/index.md) to connect to your Coder Workspaces with your favorite IDEs.
2323

2424
## Pre-Configuring Extensions & Plugins
2525

docs/ai-coder/security.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environments.
77
Most [agents](./agents.md) can be configured to either use a local LLM (e.g.
88
llama3), an agent proxy (e.g. OpenRouter), or a Cloud-Provided LLM (e.g. AWS
99
Bedrock). Research which models you are comfortable with and configure your
10-
[Coder templates](./create-template.md) to use those.
10+
Coder templates to use those.
1111

1212
## Set up Firewalls and Proxies
1313

@@ -19,8 +19,7 @@ not access or upload sensitive information.
1919

2020
Many agents require API keys to access external services. It is recommended to
2121
create a separate API key for your agent with the minimum permissions required.
22-
This will likely involve editing your
23-
[template for Agents](./create-template.md) to set different scopes or tokens
22+
This will likely involve editing your template for Agents to set different scopes or tokens
2423
from the standard one.
2524

2625
Additional guidance and tooling is coming in future releases of Coder.

docs/ai-coder/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Try prompts such as:
3939
- "document the project structure"
4040
- "change the primary color theme to purple"
4141

42-
To import the template and begin configuring it, follow the [documentation in the Coder Registry](https://comingsoon.com)
42+
To import the template and begin configuring it, follow the [documentation in the Coder Registry](https://registry.coder.com#coming-soon)
4343

4444
### Option 2) Create or Duplicate Your Own Template
4545

0 commit comments

Comments
 (0)