Skip to content

Commit 34a0484

Browse files
authored
Merge pull request #5076 from dluco/patch-1
Fix link to "Code-based test cases" section
2 parents a2aed2e + 26cb552 commit 34a0484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/build-reliable-secure-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Historical test cases, also known as regression test cases, prevent old issues f
354354

355355
**Key qualities, and relation to other sections**
356356

357-
Since they test for bug regressions, these tests should be quick and easy to run, so they can run alongside the [Code Based Test Cases] and contribute to the overall code coverage of the product. Along with this, using real examples from customers to inspire new test cases is a great way to improve coverage and quality of tests.
357+
Since they test for bug regressions, these tests should be quick and easy to run, so they can run alongside the [Code Based Test Cases](#27-code-based-test-cases) and contribute to the overall code coverage of the product. Along with this, using real examples from customers to inspire new test cases is a great way to improve coverage and quality of tests.
358358

359359
**Visual Studio**
360360

0 commit comments

Comments
 (0)