Skip to content

Commit 2241580

Browse files
fix; unbreak links
1 parent 9bad599 commit 2241580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/markdown/translated-guides/en/02 Using k6/02 Metrics/000-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: '/using-k6/metrics/reference'
44
excerpt: A reference of built-in metrics for different supported protocols.
55
---
66

7-
Every k6 test emits built-in and [Custom metrics](/using-k6/metrics/create-custom).
7+
Every k6 test emits built-in and [Custom metrics](/using-k6/metrics/create-custom-metrics).
88
Each supported protocol also has its specific metrics.
99

1010
## Standard built-in metrics.

src/data/markdown/translated-guides/en/02 Using k6/02 Metrics/100 Create custom metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create custom metrics
33
description: How to build custom k6 metrics for each metric type.
44
---
55

6-
Besides the [built-in metrics](/results-output/metrics-reference), you can create custom metrics.
6+
Besides the [built-in metrics](/using-k6/metrics/reference), you can create custom metrics.
77
For example, you can compute a metric for your business logic, or use the [Response.timings](/javascript-api/k6-http/response) object to create a metric for a specific set of endpoints.
88

99
Each metric type has a [constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/constructor) to create a custom metric.

0 commit comments

Comments
 (0)