Skip to content

Commit 6cd838a

Browse files
author
Paul Osinski
committed
fix broken links
1 parent 36ec5cf commit 6cd838a

6 files changed

Lines changed: 7 additions & 9 deletions

File tree

docs/content/en/about_defectdojo/about_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DefectDojo Inc. hosts a Pro edition of this software for commercial purposes. A
7373

7474
* [Connectors](/en/connecting_your_tools/connectors/about_connectors/): out-of-the-box API integrations with enterprise-level scanners (such as Checkmarx One, BurpSuite, Semgrep and more)
7575
* **Configurable Import Methods**: [Universal Parser](/supported_tools/parsers/universal_parser/), [Smart Upload](/en/connecting_your_tools/import_scan_files/smart_upload/)
76-
* **[CLI Tools](en/connecting_your_tools/external_tools/)** for rapid integration with your systems
76+
* **[CLI Tools](/en/connecting_your_tools/external_tools/)** for rapid integration with your systems
7777
* **[Additional Project Tracking Integrations](/en/share_your_findings/integrations/)**: ServiceNow, Azure DevOps, GitHub and GitLab
7878
* **[Improved Metrics](/en/customize_dojo/dashboards/pro_dashboards/)** for executive reporting and high-level analysis
7979
* **[Priority And Risk](/en/working_with_findings/finding_priority/)** to identify the Findings of highest urgency, system-wide

docs/content/en/about_defectdojo/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you're looking to add a new tool to your suite, we have a list of recommended
6969

7070
There are two different methods to import a single report from a security tool:
7171

72-
- **[Import](en/connecting_your_tools/import_scan_files/import_scan_ui/)** handles the report as a single point-in-time record. Importing a report creates a Test containing the resulting Findings.
72+
- **[Import](/en/connecting_your_tools/import_scan_files/import_scan_ui/)** handles the report as a single point-in-time record. Importing a report creates a Test containing the resulting Findings.
7373
- **[Reimport](/en/connecting_your_tools/import_scan_files/using_reimport/)** is used to update an existing Test with a new set of results. If you have a more open-ended approach to your testing process, you can continuously Reimport the latest version of your report to an existing Test. DefectDojo will compare the results of the incoming report to your existing data, record any changes, and then adjust the Findings in the Test to match the latest report.
7474

7575
To understand the difference, it’s helpful to think of Import as recording a single instance of a scan event, and Reimport as updating a continual record of scanning.

docs/content/en/about_defectdojo/new_user_checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The essence of DefectDojo is to import security data, organize it, and present i
2020

2121
### DefectDojo Open-Source
2222

23-
1. Open-Source users can start by creating their first [Product Type and Product]((/en/working_with_findings/organizing_engagements_tests/product_hierarchy)). Once those are created, they can [import a file](/en/connecting_your_tools/import_scan_files/import_scan_ui) to one of those Products using the UI.
23+
1. Open-Source users can start by creating their first [Product Type and Product](/en/working_with_findings/organizing_engagements_tests/product_hierarchy). Once those are created, they can [import a file](/en/connecting_your_tools/import_scan_files/import_scan_ui) to one of those Products using the UI.
2424

2525
2. Now that you have data in DefectDojo, consider expanding your Product layout [Product Hierarchy Overview](/en/working_with_findings/organizing_engagements_tests/product_hierarchy). The Product Hierarchy creates a working inventory of your apps, which helps you divide your data up into logical categories. These categories can be used to apply access control rules, or to segment your reports to the correct team.
2626

docs/content/en/about_defectdojo/ui_pro_vs_os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To access the Pro UI, open your User Options menu from the top-right hand corner
2727

2828
1. The **Sidebar** has been reorganized into four parent categories: Dashboards, Import, Manage, and Settings.
2929

30-
2. The Homepage, [AI-powered native API connection capabilities](en/ai/mcp_server_pro/), Pro Metrics, and the Calendar view are all accessible under Dashboards.
30+
2. The Homepage, [AI-powered native API connection capabilities](/en/ai/mcp_server_pro/), Pro Metrics, and the Calendar view are all accessible under Dashboards.
3131

3232
4. Import methods can be found in the Import section: set up [API Connectors](/en/connecting_your_tools/connectors/about_connectors/), use the [Import Scan](/en/connecting_your_tools/import_scan_files/import_scan_ui/) form to Add Findings, use [Smart Upload](/en/connecting_your_tools/import_scan_files/smart_upload/) to handle infrastructure scanning tools, or use our external tools—[Universal Importer and DefectDojo CLI](/en/connecting_your_tools/external_tools/)—to streamline both the import and reimport processes of Findings and associated objects.
3333

docs/content/en/working_with_findings/finding_deduplication/deduplication_algorithms.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DefectDojo supports four deduplication algorithms that can be selected per parse
1313
- **Unique ID From Tool or Hash Code**: Prefer the tool’s unique ID; fall back to hash when no matching unique ID is found.
1414
- **Legacy**: Historical algorithm with multiple conditions; only available in the Open Source version.
1515

16-
Algorithm selection per parser is controlled by `DEDUPLICATION_ALGORITHM_PER_PARSER` (see the [OS tuning page](deduplication_tuning_os) for configuration details).
16+
Algorithm selection per parser is controlled by `DEDUPLICATION_ALGORITHM_PER_PARSER` (see the [Open-Source tuning page](/en/working_with_findings/finding_deduplication/deduplication_tuning_os/) for configuration details).
1717

1818
## How endpoints are assessed per algorithm
1919

@@ -60,6 +60,4 @@ The endpoints also have to match for the findings to be considered duplicates, s
6060
- During import/reimport, the `Service` field entered in the UI can override the parser-provided service. Changing it can change the hash and therefore affect deduplication outcomes.
6161
- If you want service to have no impact on deduplication, configure `HASH_CODE_FIELDS_ALWAYS` accordingly (see the OS tuning page). Removing `service` from the always-included list will stop it from affecting hashes.
6262

63-
See also: the [Open Source tuning guide](deduplication_tuning_os) for configuration details and examples.
64-
65-
63+
See also: the [Open Source tuning guide](/en/working_with_findings/finding_deduplication/deduplication_tuning_os/) for configuration details and examples.

docs/content/en/working_with_findings/finding_deduplication/deduplication_tuning_os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 5
66

77
This page explains how to tune deduplication in the Open Source (OS) edition of DefectDojo. For a visual, feature-rich tuning UI, see the Pro documentation. The OS edition uses settings files and environment variables.
88

9-
See also: [Configuration](../../open_source/installation/configuration) for details on environment variables and `local_settings.py` overrides.
9+
See also: [Configuration](/en/open_source/installation/configuration) for details on environment variables and `local_settings.py` overrides.
1010

1111
## What you can configure
1212

0 commit comments

Comments
 (0)