Skip to content

Commit 7bb46ce

Browse files
committed
fix: resolve 404 errors in documentation internal links
1 parent 3ad3093 commit 7bb46ce

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

evals/git-evals/eval-codebuff2.json

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

web/src/content/advanced/claude-code-comparison.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Codebuff might be a better choice if you value:
2222

2323
- Speed: Codebuff is [nearly 4 times faster](https://x.com/jahooma/status/1894224663817195599)
2424
- Cost: Codebuff is one third the cost of Claude Code for equivalent tasks and even less for back-and-forth conversation
25-
- Codebase Analysis: Codebuff pulls more context from scanning your entire codebase, rather than file-by-file. Codebuff also [blends different models](/docs/advanced#what-models-do-you-use?) based on their strengths to provide more accurate results.
25+
- Codebase Analysis: Codebuff pulls more context from scanning your entire codebase, rather than file-by-file. Codebuff also [blends different models](/docs/advanced#what-models-do-you-use) based on their strengths to provide more accurate results.
2626
- Staying in Flow: Codebuff requires fewer confirmation prompts for file edits and command execution.
2727
- Focused changes: Codebuff does just what you asked for, while Claude Code will often get carried away editing more and more files.
2828
- SDK and Programmatic Access: Codebuff provides a full TypeScript SDK for programmatic integration, allowing you to create custom workflows and embed AI coding capabilities into your own tools.

web/src/content/advanced/config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ If your startup processes aren't working as expected:
7575
3. Check the process output in the specified log files if you've configured them
7676
4. Make sure the JSON syntax in your configuration file is valid
7777

78-
Need more help? Check out our [Troubleshooting](/docs/advanced/troubleshooting) guide or join our [Discord community](https://discord.gg/mcWTGjgTj3).
78+
Need more help? Check out our [Troubleshooting](/docs/advanced#troubleshooting) guide or join our [Discord community](https://discord.gg/mcWTGjgTj3).

web/src/content/agents/troubleshooting-agent-customization.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Error: Agent 'my-custom-agent' not found
3232
Validation error: spawnableAgents contains invalid agent 'researcher-typo'
3333
```
3434

35-
**Fix:** Check spelling against [built-in agents list](/docs/agents/agent-reference#available-built-in-agents), use exact IDs
35+
**Fix:** Check spelling against [built-in agents list](/docs/agents#h2-built-in-agents), use exact IDs
3636

3737
### "Path not found" Error
3838

@@ -294,7 +294,7 @@ If you're still experiencing issues:
294294
1. **Check the logs**: Look for specific error messages when starting Codebuff
295295
2. **Simplify**: Remove customizations until it works, then add back gradually
296296
3. **Community**: Join our [Discord](https://codebuff.com/discord) for real-time help
297-
4. **Documentation**: Review the [Agent Reference](/docs/agents/agent-reference) for complete field descriptions
297+
4. **Documentation**: Review the [Agent Reference](/docs/agents#agent-reference) for complete field descriptions
298298

299299
## Quick Reference
300300

web/src/content/help/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ Anthropic recently released [Claude Code](https://docs.anthropic.com/en/docs/age
8888

8989
We're happy to answer! Contact us at [support@codebuff.com](mailto:support@codebuff.com) or [join our Discord](https://discord.gg/mcWTGjgTj3)!
9090

91-
Having technical issues? Check out our [Troubleshooting](/docs/advanced/troubleshooting) guide for solutions to common problems.
91+
Having technical issues? Check out our [Troubleshooting](/docs/advanced#troubleshooting) guide for solutions to common problems.

web/src/content/help/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ If you run into issues during installation:
5151
- Try reinstalling Node using [nvm or fnm](https://nodejs.org/en/download)
5252
- Run the Codebuff install command again
5353

54-
If you're still experiencing issues, check out our [Troubleshooting](/docs/advanced/troubleshooting) guide or join our [Discord community](https://codebuff.com/discord)!
54+
If you're still experiencing issues, check out our [Troubleshooting](/docs/advanced#troubleshooting) guide or join our [Discord community](https://codebuff.com/discord)!

0 commit comments

Comments
 (0)