Skip to content

Commit 06c8f9f

Browse files
committed
fix: remove /docs/ prefix from documentation links
1 parent 5554122 commit 06c8f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/update-notes/v3.25.11.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ This release enhances GPT-5 support, adds the new IO Intelligence provider, impr
1717

1818
We've enhanced our GPT-5 integration, enabling you to leverage more advanced capabilities for streaming, multi-turn conversations, and efficient token management. This release also adds support for the new GPT-5 models from OpenAI, including `gpt-5-2025-08-07`, `gpt-5-mini-2025-08-07`, and `gpt-5-nano-2025-08-07`.
1919

20-
> **📚 Documentation**: See the [OpenAI Provider documentation](/docs/providers/openai) for more details.
20+
> **📚 Documentation**: See the [OpenAI Provider documentation](/providers/openai) for more details.
2121
2222
## New IO Intelligence Provider
2323

2424
We've added IO Intelligence as a new provider, giving you access to a wide range of AI models like Llama, DeepSeek, Qwen, and Mistral through a unified API ([#6875](https://github.com/RooCodeInc/Roo-Code/pull/6875)).
2525

26-
> **📚 Documentation**: See the [IO Intelligence Provider documentation](/docs/providers/io-intelligence) for more information.
26+
> **📚 Documentation**: See the [IO Intelligence Provider documentation](/providers/io-intelligence) for more information.
2727
2828
## `submitUserMessage` API for Developers
2929

3030
We've added a `submitUserMessage` method to the `Task` class, allowing you to programmatically submit user messages to a webview. This is useful for building custom UI and automating interactions ([#6895](https://github.com/RooCodeInc/Roo-Code/pull/6895)).
3131

32-
> **📚 Documentation**: See the [Task API documentation](/docs/api/task#submitusermessage) for examples.
32+
> **📚 Documentation**: See the [Task API documentation](/advanced-usage/available-tools/submit-user-message) for examples.
3333
3434
## Codex Mini Model Support
3535

0 commit comments

Comments
 (0)