From ec1f944efed8a84dbffc646dcc9cd61b7640489e Mon Sep 17 00:00:00 2001 From: Diego Rustnnes Bandeira Date: Wed, 6 Sep 2023 18:11:25 -0300 Subject: [PATCH] Update 03 Checks.md Update broken anchor links to https://k6.io/docs/using-k6/thresholds/#fail-a-load-test-using-checks --- .../markdown/translated-guides/en/02 Using k6/03 Checks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/markdown/translated-guides/en/02 Using k6/03 Checks.md b/src/data/markdown/translated-guides/en/02 Using k6/03 Checks.md index 108257d3a5..11febe6bdb 100644 --- a/src/data/markdown/translated-guides/en/02 Using k6/03 Checks.md +++ b/src/data/markdown/translated-guides/en/02 Using k6/03 Checks.md @@ -139,11 +139,11 @@ $ k6 run checks.js > #### About Failing Checks > > When a check fails, the script will continue executing successfully and will not return a 'failed' exit status. -> If you need the whole test to fail based on the results of a check, you have to [combine checks with thresholds](/using-k6/thresholds/#failing-a-load-test-using-checks). +> If you need the whole test to fail based on the results of a check, you have to [combine checks with thresholds](/using-k6/thresholds/#fail-a-load-test-using-checks). > This is particularly useful in specific contexts, such as integrating k6 into your CI pipelines or receiving alerts when scheduling your performance tests. ## Read more - [Check Javascript API](/javascript-api/k6/check/) -- [Failing a load test using checks](/using-k6/thresholds/#failing-a-load-test-using-checks) +- [Failing a load test using checks](/using-k6/thresholds/#fail-a-load-test-using-checks) - [k6chaijs](/javascript-api/jslib/k6chaijs): use BDD assertions in k6