Skip to content

Commit 37b537d

Browse files
authored
Merge pull request #2160 from rust-lang/senekor-rwrltonxxoyr
Fix broken links on tools page
2 parents c47da98 + a75a9c9 commit 37b537d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/components/tools/editors.html.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class="button button-secondary">{{fluent "tools-editor-rover"}}</a>
1313
</div>
1414
<div class="w-25-l w-50-m w-100 pa3">
15-
<a href="https://rust-analyzer.github.io/manual.html#helix"
15+
<a href="https://rust-analyzer.github.io/book/other_editors.html#helix"
1616
class="button button-secondary">{{fluent "tools-editor-helix"}}</a>
1717
</div>
1818
<div class="w-25-l w-50-m w-100 pa3">
@@ -24,7 +24,7 @@
2424
class="button button-secondary">{{fluent "tools-editor-sublime"}}</a>
2525
</div>
2626
<div class="w-25-l w-50-m w-100 pa3">
27-
<a href="https://rust-analyzer.github.io/manual.html#visual-studio-2022"
27+
<a href="https://rust-analyzer.github.io/book/other_editors.html#visual-studio-2022"
2828
class="button button-secondary">{{fluent "tools-editor-visual-studio"}}</a>
2929
</div>
3030
<div class="w-25-l w-50-m w-100 pa3">

0 commit comments

Comments
 (0)