Skip to content

Commit 7ca0934

Browse files
fix: image link and size
1 parent 03f186d commit 7ca0934

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/tools-and-services/qualitycheck.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ To begin using the tool, simply drag and drop your EPC XML file onto the designa
2424

2525
Once the validation is complete, you'll be presented with a comprehensive view of the validation results. By default, the interface shows only the rules that have been violated. However, you can easily toggle to view all validation rules, including those that have passed and failed, by using the filter options available in the interface.
2626

27-
TODO: Errors vs Suspected errors
28-
2927
The validation results are presented in a clear, organized manner, showing:
3028

3129
- The specific rules that were checked
@@ -34,7 +32,7 @@ The validation results are presented in a clear, organized manner, showing:
3432
- The location of problems within your certificate
3533

3634
<figure markdown="span">
37-
![Validation results example](../imgs/qc-tool/qc-initial-view.png.png){ width="300" }
35+
![Validation results example](../imgs/qc-tool/qc-initial-view.png){ width="800" }
3836
<figcaption>First view of the app. Note the draggable section on the center of the screen</figcaption>
3937
</figure>
4038

@@ -60,7 +58,7 @@ The user can generate a report of the validation results. The report will be gen
6058
The user can generate a report of the validation results. To do so, the user can click on the "Generate Report" button. The report will be generated in PDF.
6159

6260
<figure markdown="span">
63-
![Validation results example](../imgs/qc-tool/qc-validation-results.png){ width="300" }
61+
![Validation results example](../imgs/qc-tool/qc-validation-results.png){ width="800" }
6462
<figcaption>Validation results example</figcaption>
6563
</figure>
6664

0 commit comments

Comments
 (0)