Skip to content

Commit

Permalink
docs: fix broken link in code error (#5270)
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Grossmann <Svennergr@gmail.com>
  • Loading branch information
thisislawatts and svennergr committed May 29, 2024
1 parent c2c2672 commit c87151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/errors/no-supported-sast-files-found.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class NoSupportedSastFiles extends CustomError {
'We found 0 supported files ' +
'\nPlease see our documentation for Snyk Code language and framework support\n' +
chalk.underline(
'https://docs.snyk.io/products/snyk-code/snyk-code-language-and-framework-support',
'https://docs.snyk.io/getting-started/supported-languages-frameworks-and-feature-availability-overview',
);

constructor() {
Expand Down

0 comments on commit c87151f

Please sign in to comment.