Skip to content

Commit dd6fcf8

Browse files
paulOsinskiclaude
andcommitted
docs(snyk): fix broken internal link to Snyk Code parser
Hugo's Goldmark renderer doesn't rewrite .md links, so `[Snyk Code](snyk_code.md)` rendered as a literal href that pointed inside the snyk/ output directory and failed lychee's internal-link check. Use a relative URL to the sibling page, matching the convention already used elsewhere (e.g. netsparker -> ../invicti). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 84716d0 commit dd6fcf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/content/supported_tools/parsers/file

docs/content/supported_tools/parsers/file/snyk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Snyk output file can be imported in JSON format. Snyk is a developer-first
77
security platform that identifies vulnerabilities in open source dependencies
88
(SCA) and application code (SAST). DefectDojo currently supports the SCA
99
report format via the Snyk parser. For SAST findings, use the
10-
[Snyk Code](snyk_code.md) parser instead.
10+
[Snyk Code](../snyk_code) parser instead.
1111

1212
### Sample Scan Data
1313

0 commit comments

Comments
 (0)