Skip to content

Commit

Permalink
Fix "selling point" links (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
snird authored Oct 23, 2024
1 parent 0c3b8f0 commit e893030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ <h2><a href="https://tree-sitter.github.io/tree-sitter/">Tree-sitter</a> integra

<div class="selling-point">
<h2>Powerful code manipulation</h2>
<a href="https://docs.helix-editor.com/usage.html#tree-sitter-textobject-based-navigation">
Navigate</a> and <a href="https://docs.helix-editor.com/usage.html#textobjects">select</a>
<a href="https://docs.helix-editor.com/syntax-aware-motions.html">
Navigate</a> and <a href="https://docs.helix-editor.com/textobjects.html">select</a>
functions, classes, comments, etc and select syntax tree nodes instead of plain text.
</div>

Expand Down

0 comments on commit e893030

Please sign in to comment.