Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Nov 19, 2024
1 parent 8cb2a2e commit aee46c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/adv-usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ The objects available are taken from the CycloneDX \*.vdr.json BOM file generate
`pkg_group_rows` - List of vulnerability id and the dependency tree prioritized by depscan.

Furthermore, insights are imaginable to be made available to the template, please reach out or contribute on demand.
We appreciate it if you like to contribute your report templates as examples, please add/find them [here](contrib/report-templates/).
We appreciate it if you like to contribute your report templates as examples, please add/find them [here](https://github.com/owasp-dep-scan/dep-scan/blob/master/contrib/report-templates).
2 changes: 1 addition & 1 deletion documentation/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker compose up

## Dep-scan Sample Report

The entire report for `java-sec-code` can be downloaded here [java-sec-code.html](/share/java-sec-code.html)
The entire report for `java-sec-code` can be downloaded here [java-sec-code.html](./share/java-sec-code.html)

### Recommendation part of the sample report

Expand Down
2 changes: 1 addition & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config: Config = {
organizationName: 'AppThreat', // Usually your GitHub org/user name.
projectName: 'dep-scan', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internationalization, you can use this field to set
Expand Down

0 comments on commit aee46c0

Please sign in to comment.