Skip to content

Commit 7d9a019

Browse files
LeongBryanbryan.leong.e
authored andcommitted
docs: edits to deduplication-tuning docs
- added missing backticks - fixed image path to point to correct asset
1 parent 7b80764 commit 7d9a019

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ docker compose exec uwsgi /bin/bash -c "python manage.py dedupe --hash_code_only
112112
```
113113

114114
Help/usage:
115-
115+
```bash
116116
options:
117117
--parser PARSER List of parsers for which hash_code needs recomputing
118118
(defaults to all parsers)
@@ -135,9 +135,9 @@ To help troubleshooting deduplication use the following tools:
135135
- Observe log out in the `dojo.specific-loggers.deduplication` category. This is a class independant logger that outputs details about the deduplication process and settings when processing findings.
136136
- Observe the `unique_id_from_tool` and `hash_code` values by hovering over the `ID` field or `Status` column:
137137

138-
![Unique ID from Tool and Hash Code on the View Finding page](images/hash_code_id_field.png)
138+
![Unique ID from Tool and Hash Code on the View Finding page](/docs/assets/images//hash_code_id_field.png)
139139

140-
![Unique ID from Tool and Hash Code on the Finding List Status Column](images/hash_code_status_column.png)
140+
![Unique ID from Tool and Hash Code on the Finding List Status Column](/docs/assets/images/hash_code_status_column.png)
141141

142142
## Related documentation
143143

0 commit comments

Comments
 (0)