Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit eb033a6

Browse files
authored
Fix parity testing broken link (#1471)
1 parent a7fc144 commit eb033a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/coverage/coverage_details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h3 id="howtoread">How to read the test details?</h3>
1616
<li>information about validation:</li>
1717
<ul>
1818
<li><span class="coverage-report-tag-aws-validated">AWS validated</span> the test is validated against AWS, meaning it run successfully against real AWS as well</li>
19-
<li><span class="coverage-report-tag-snapshot">Snapshot Tested</span> this is a <a href="/contributing/parity-testing/">snapshot parity test</a>, meaning the responses are validated against AWS</li>
19+
<li><span class="coverage-report-tag-snapshot">Snapshot Tested</span> this is a <a href="https://github.com/localstack/localstack/blob/master/docs/testing/parity-testing/README.md">snapshot parity test</a>, meaning the responses are validated against AWS</li>
2020
</ul>
2121
</ul>
2222
</ul>

layouts/partials/coverage/coverage_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ <h3 id="terminology">Terminology</h3>
3434
{{ end }}
3535
<li><b>Terraform Validated:</b> operation tested with <a href="/user-guide/integrations/terraform/">Terraform</a></li>
3636
<li><b>AWS Validated:</b> the integration test that includes this operation call was validated against AWS</li>
37-
<li><b>Snapshot Tested:</b> the operation is part of a <a href="/contributing/parity-testing/">snapshot parity test</a>, which verifies the responses by LocalStack and AWS are the same</li>
37+
<li><b>Snapshot Tested:</b> the operation is part of a <a href="https://github.com/localstack/localstack/blob/master/docs/testing/parity-testing/README.md">snapshot parity test</a>, which verifies the responses by LocalStack and AWS are the same</li>
3838
</ul>
3939
</div>

0 commit comments

Comments
 (0)