We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 041dd15 + 6e4786a commit 0186904Copy full SHA for 0186904
1 file changed
docs/docs/guides/code-analysis.md
@@ -11,7 +11,7 @@ EXPERIMENTAL: This feature is experimental and may introduce breaking changes.
11
12
:::
13
14
-`vet` has a code analysis framework built on top of [tree-sitter](#) parsers. The goal
+`vet` has a code analysis framework built on top of [tree-sitter](https://tree-sitter.github.io/tree-sitter/) parsers. The goal
15
of this framework is to support multiple languages, source repositories (local and remote),
16
and create a representation of code that can be analysed for common software
17
supply chain security related use-cases such as
0 commit comments