Skip to content

Commit 8b7ac05

Browse files
authored
docs: fixes broken links (#866)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent bc9f739 commit 8b7ac05

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

docs/gen/capabilities.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: "Capabilities"
33
icon: "gear"
44
---
55

6-
Codegen is built on an [open-source library](/introduction/overiew.mdx) for code manipulation.
6+
Codegen is built on an [open-source library](/introduction/overview) for code manipulation.
77

88
It combines "tools" for code editing with powerful integrations, including Github, Linear and Slack.
99

1010
<Tip>
11-
Learn more about our open source [code agent implementation](/docs/tutorials/build-code-agent)
11+
Learn more about our open source [code agent implementation](/tutorials/build-code-agent)
1212
</Tip>
1313

1414
## Communication Tools
@@ -57,15 +57,11 @@ For teams using Linear for project management, Codegen offers:
5757

5858
## How Codegen Uses These Tools
5959

60-
Codegen's AI brain (powered by Claude 3.7 Sonnet) intelligently selects and combines these tools to:
60+
Codegen's brain (powered by Claude 3.7 Sonnet) intelligently selects and combines these tools to:
6161

6262
1. Understand your requests through natural language in Slack
6363
2. Determine the most appropriate tools to fulfill your request
6464
3. Execute the necessary actions across GitHub, Linear, and your codebase
6565
4. Provide clear, helpful responses back in Slack
6666

67-
This seamless integration allows you to manage your entire development workflow through simple conversations, without having to switch between different platforms and interfaces.
68-
69-
## Getting Started
70-
71-
Ready to experience the power of Codegen? Check out our [Quickstart Guide](/docs/gen/quickstart) to set up Codegen for your team, and explore [Common Commands](/docs/gen/common-commands) to see how to interact with these tools through natural language.
67+
This seamless integration allows you to manage your entire development workflow through simple conversations, without having to switch between different platforms and interfaces.

docs/gen/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Codegen is an intelligent code agent powered that seamlessly integrates with Sla
1111
</Frame>
1212

1313
<Tip>
14-
Explore our [Capabilities](/docs/gen/capabilities) page to learn more about
14+
Explore our [Capabilities](/gen/capabilities) page to learn more about
1515
Codegen's full feature set and available tools!
1616
</Tip>
1717

docs/tutorials/attributions.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,3 @@ development process. By understanding which parts of your codebase are authored
189189
- Ensure appropriate review of AI-generated code
190190
- Measure the impact of AI on developer productivity
191191

192-
For more advanced usage, check out the [API reference](/api-reference/extensions/attribution)
193-
for the attribution extension.
194-

0 commit comments

Comments
 (0)