docs: update broken link in the playground page

This commit is contained in:
zyoshoka 2025-05-31 18:04:02 +09:00 committed by Will Lillis
parent 0bdf698673
commit 135eeded02

View file

@ -79,7 +79,7 @@
<h2 id="about">About </h2>
<p>You can try out tree-sitter with a few pre-selected grammars on this page.
You can also run playground locally (with your own grammar) using the
<a href="/cli/playground.html">CLI</a>'s <code>tree-sitter playground</code> subcommand.
<a href="/tree-sitter/cli/playground.html">CLI</a>'s <code>tree-sitter playground</code> subcommand.
</p>
```admonish info