Skip to content

Commit 59de3f3

Browse files
committed
docs: update links in release notes and feature documentation for consistency
1 parent 82d7a94 commit 59de3f3

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

docs/features/custom-modes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,5 +661,5 @@ In addition to mode-specific rules directories, there's also a generic `.roo/rul
661661
- **Invalid regex patterns:** If your `fileRegex` pattern is invalid, you'll receive an error message. Test your patterns using online regex testers before applying them.
662662
- **Precedence confusion:** Remember that project modes completely override global modes with the same slug - no properties are merged.
663663

664-
## Community Gallery
665-
Ready to explore more? Check out the [Custom Modes Gallery](/community/#custom-modes-gallery) section on the main community page to discover and share custom modes created by the community!
664+
## Community Resources
665+
Ready to explore more? Check out the [Community Projects](/community) page to discover tools and projects that extend Roo Code's capabilities, including sophisticated custom mode collections like [Roo Commander](/community/roo-commander) and [Maestro](/community/maestro).

docs/features/experimental/experimental-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following experimental features are currently available:
3434

3535
- [Concurrent File Edits](/features/experimental/concurrent-file-edits) - Edit multiple files in a single operation
3636
- [Power Steering](/features/experimental/power-steering) - Enhanced consistency in AI responses
37-
- [Prevent Editor Focus Disruption](/features/experimental/prevent-editor-focus-disruption) - Work uninterrupted while Roo edits files in the background
37+
- [Background Editing](/features/experimental/background-editing) - Work uninterrupted while Roo edits files in the background
3838

3939
---
4040

docs/update-notes/v3.25.0.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Create your own slash commands to automate repetitive workflows ([#6263](https:/
2626

2727
Turn complex workflows into simple commands like `/deploy` or `/review` for faster development.
2828

29-
> **📚 Documentation**: See [Slash Commands Guide](/docs/features/slash-commands) for detailed usage instructions.
29+
> **📚 Documentation**: See [Slash Commands Guide](/features/slash-commands) for detailed usage instructions.
3030
3131
## Message Queueing
3232

@@ -39,11 +39,11 @@ Continue typing while Roo processes your requests with the new message queueing
3939

4040
Keeps your workflow smooth when you have multiple quick questions or corrections.
4141

42-
> **📚 Documentation**: See [Message Queueing Guide](/docs/features/message-queueing) for detailed information.
42+
> **📚 Documentation**: See [Message Queueing Guide](/features/message-queueing) for detailed information.
4343
4444
## Image Support for read_file Tool
4545

46-
The [`read_file`](/docs/advanced-usage/available-tools#read_file) tool now supports reading and analyzing images (thanks samhvw8!) ([#5172](https://github.com/RooCodeInc/Roo-Code/pull/5172)):
46+
The [`read_file`](/advanced-usage/available-tools/read-file) tool now supports reading and analyzing images (thanks samhvw8!) ([#5172](https://github.com/RooCodeInc/Roo-Code/pull/5172)):
4747

4848
- **Multiple Formats**: Supports PNG, JPG, JPEG, GIF, WebP, SVG, BMP, ICO, and TIFF
4949
- **OCR Capabilities**: Extract text from screenshots and scanned documents
@@ -63,7 +63,7 @@ Gemini models can now access web content and perform Google searches for more ac
6363

6464
Perfect for researching new libraries, verifying solutions, or getting current API information.
6565

66-
> **📚 Documentation**: See [Gemini Provider Guide](/docs/providers/gemini) for setup and usage instructions.
66+
> **📚 Documentation**: See [Gemini Provider Guide](/providers/gemini) for setup and usage instructions.
6767
6868
## Quality of Life Improvements
6969

@@ -86,7 +86,7 @@ Critical fixes that improve stability and compatibility:
8686
* **Multi-file Edit Fix**: Fixed issue where Git diff views interfered with file operations (thanks hassoncs, szermatt!) ([#6350](https://github.com/RooCodeInc/Roo-Code/pull/6350))
8787
* **Non-QWERTY Keyboard Support**: Fixed keyboard shortcuts for Dvorak, AZERTY, and other layouts (thanks shlgug!) ([#6162](https://github.com/RooCodeInc/Roo-Code/pull/6162))
8888
* **Mode Export/Import**: Fixed custom mode export to handle slug changes correctly ([#6186](https://github.com/RooCodeInc/Roo-Code/pull/6186))
89-
* **Hidden Directory Support**: [`list_files`](/docs/advanced-usage/available-tools#list_files) now properly shows contents of dot directories (thanks MuriloFP, avtc, zhang157686!) ([#5176](https://github.com/RooCodeInc/Roo-Code/pull/5176))
89+
* **Hidden Directory Support**: [`list_files`](/advanced-usage/available-tools/list-files) now properly shows contents of dot directories (thanks MuriloFP, avtc, zhang157686!) ([#5176](https://github.com/RooCodeInc/Roo-Code/pull/5176))
9090
* **Scrollbar Stability**: Fixed flickering scrollbar when streaming tables and code blocks ([#6266](https://github.com/RooCodeInc/Roo-Code/pull/6266))
9191
* **Settings Link Fix**: Restored working "View Settings" link in command permissions tooltip ([#6253](https://github.com/RooCodeInc/Roo-Code/pull/6253))
9292
* **@mention Parsing**: Fixed mentions to work in all input contexts including follow-up questions ([#6331](https://github.com/RooCodeInc/Roo-Code/pull/6331))
@@ -101,7 +101,7 @@ Critical fixes that improve stability and compatibility:
101101

102102
## Misc. Improvements
103103

104-
* **Background Editing (Experimental)**: Work uninterrupted while Roo edits files in the background—no more losing focus from automatic diff views ([#6214](https://github.com/RooCodeInc/Roo-Code/pull/6214)). Files change silently while you keep coding, with diagnostics and error checking still active. See [Background Editing](/docs/features/experimental/background-editing) for details.
104+
* **Background Editing (Experimental)**: Work uninterrupted while Roo edits files in the background—no more losing focus from automatic diff views ([#6214](https://github.com/RooCodeInc/Roo-Code/pull/6214)). Files change silently while you keep coding, with diagnostics and error checking still active. See [Background Editing](/features/experimental/background-editing) for details.
105105
* **Security Update**: Updated form-data dependency to address security vulnerability ([#6332](https://github.com/RooCodeInc/Roo-Code/pull/6332))
106106
* **Contributor Updates**: Refreshed contributor acknowledgments across all localizations ([#6302](https://github.com/RooCodeInc/Roo-Code/pull/6302))
107107
* **Release Engineering**: Converted release engineer role to slash command for easier releases ([#6333](https://github.com/RooCodeInc/Roo-Code/pull/6333))

docs/update-notes/v3.25.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Create your own slash commands to automate repetitive workflows ([#6263](https:/
2828

2929
Turn complex workflows into simple commands like `/deploy` or `/review` for faster development.
3030

31-
> **📚 Documentation**: See [Slash Commands Guide](/docs/features/slash-commands) for detailed usage instructions.
31+
> **📚 Documentation**: See [Slash Commands Guide](/features/slash-commands) for detailed usage instructions.
3232
3333
### Message Queueing
3434

@@ -41,11 +41,11 @@ Continue typing while Roo processes your requests with the new message queueing
4141

4242
Keeps your workflow smooth when you have multiple quick questions or corrections.
4343

44-
> **📚 Documentation**: See [Message Queueing Guide](/docs/features/message-queueing) for detailed information.
44+
> **📚 Documentation**: See [Message Queueing Guide](/features/message-queueing) for detailed information.
4545
4646
### Image Support for read_file Tool
4747

48-
The [`read_file`](/docs/advanced-usage/available-tools#read_file) tool now supports reading and analyzing images (thanks samhvw8!) ([#5172](https://github.com/RooCodeInc/Roo-Code/pull/5172)):
48+
The [`read_file`](/advanced-usage/available-tools/read-file) tool now supports reading and analyzing images (thanks samhvw8!) ([#5172](https://github.com/RooCodeInc/Roo-Code/pull/5172)):
4949

5050
- **Multiple Formats**: Supports PNG, JPG, JPEG, GIF, WebP, SVG, BMP, ICO, and TIFF
5151
- **OCR Capabilities**: Extract text from screenshots and scanned documents
@@ -65,7 +65,7 @@ Gemini models can now access web content and perform Google searches for more ac
6565

6666
Perfect for researching new libraries, verifying solutions, or getting current API information.
6767

68-
> **📚 Documentation**: See [Gemini Provider Guide](/docs/providers/gemini) for setup and usage instructions.
68+
> **📚 Documentation**: See [Gemini Provider Guide](/providers/gemini) for setup and usage instructions.
6969
7070
### Quality of Life Improvements
7171

@@ -88,7 +88,7 @@ Critical fixes that improve stability and compatibility:
8888
* **Multi-file Edit Fix**: Fixed issue where Git diff views interfered with file operations (thanks hassoncs, szermatt!) ([#6350](https://github.com/RooCodeInc/Roo-Code/pull/6350))
8989
* **Non-QWERTY Keyboard Support**: Fixed keyboard shortcuts for Dvorak, AZERTY, and other layouts (thanks shlgug!) ([#6162](https://github.com/RooCodeInc/Roo-Code/pull/6162))
9090
* **Mode Export/Import**: Fixed custom mode export to handle slug changes correctly ([#6186](https://github.com/RooCodeInc/Roo-Code/pull/6186))
91-
* **Hidden Directory Support**: [`list_files`](/docs/advanced-usage/available-tools#list_files) now properly shows contents of dot directories (thanks MuriloFP, avtc, zhang157686!) ([#5176](https://github.com/RooCodeInc/Roo-Code/pull/5176))
91+
* **Hidden Directory Support**: [`list_files`](/advanced-usage/available-tools/list-files) now properly shows contents of dot directories (thanks MuriloFP, avtc, zhang157686!) ([#5176](https://github.com/RooCodeInc/Roo-Code/pull/5176))
9292
* **Scrollbar Stability**: Fixed flickering scrollbar when streaming tables and code blocks ([#6266](https://github.com/RooCodeInc/Roo-Code/pull/6266))
9393
* **Settings Link Fix**: Restored working "View Settings" link in command permissions tooltip ([#6253](https://github.com/RooCodeInc/Roo-Code/pull/6253))
9494
* **@mention Parsing**: Fixed mentions to work in all input contexts including follow-up questions ([#6331](https://github.com/RooCodeInc/Roo-Code/pull/6331))
@@ -103,7 +103,7 @@ Critical fixes that improve stability and compatibility:
103103

104104
### Misc. Improvements
105105

106-
* **Background Editing (Experimental)**: Work uninterrupted while Roo edits files in the background—no more losing focus from automatic diff views ([#6214](https://github.com/RooCodeInc/Roo-Code/pull/6214)). Files change silently while you keep coding, with diagnostics and error checking still active. See [Background Editing](/docs/features/experimental/background-editing) for details.
106+
* **Background Editing (Experimental)**: Work uninterrupted while Roo edits files in the background—no more losing focus from automatic diff views ([#6214](https://github.com/RooCodeInc/Roo-Code/pull/6214)). Files change silently while you keep coding, with diagnostics and error checking still active. See [Background Editing](/features/experimental/background-editing) for details.
107107
* **Security Update**: Updated form-data dependency to address security vulnerability ([#6332](https://github.com/RooCodeInc/Roo-Code/pull/6332))
108108
* **Contributor Updates**: Refreshed contributor acknowledgments across all localizations ([#6302](https://github.com/RooCodeInc/Roo-Code/pull/6302))
109109
* **Release Engineering**: Converted release engineer role to slash command for easier releases ([#6333](https://github.com/RooCodeInc/Roo-Code/pull/6333))

0 commit comments

Comments
 (0)