Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/components/tools/editors.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class="button button-secondary">{{fluent "tools-editor-rover"}}</a>
</div>
<div class="w-25-l w-50-m w-100 pa3">
<a href="https://rust-analyzer.github.io/manual.html#helix"
<a href="https://rust-analyzer.github.io/book/other_editors.html#helix"
class="button button-secondary">{{fluent "tools-editor-helix"}}</a>
</div>
<div class="w-25-l w-50-m w-100 pa3">
Expand All @@ -24,7 +24,7 @@
class="button button-secondary">{{fluent "tools-editor-sublime"}}</a>
</div>
<div class="w-25-l w-50-m w-100 pa3">
<a href="https://rust-analyzer.github.io/manual.html#visual-studio-2022"
<a href="https://rust-analyzer.github.io/book/other_editors.html#visual-studio-2022"
class="button button-secondary">{{fluent "tools-editor-visual-studio"}}</a>
</div>
<div class="w-25-l w-50-m w-100 pa3">
Expand Down