Skip to content

Commit 5820930

Browse files
committed
docs: Update clickable code references to remove markdown links and clarify functionality
1 parent 18ee69d commit 5820930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/update-notes/v3.16.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The settings interface has been revamped with a new vertical tab layout for a mo
2727
## Clickable Code References in Chat (thanks @KJ7LNW!)
2828

2929
Navigating code discussed in AI responses is now significantly easier:
30-
- **Clickable Code and Filenames**: Any [`code`](#) or [`filename.extension()`](#) mentioned by the AI is now a clickable link.
30+
- **Clickable Code and Filenames**: Any `code` or `filename.extension()` mentioned by the AI is now a clickable link.
3131
- **Jump to Specific Lines**: Links open the relevant file in your editor and navigate directly to the referenced line number.
3232
- **Streamlined Code Exploration**: Quickly move from AI explanations to the exact spot in your codebase.
3333

0 commit comments

Comments
 (0)