Skip to content

Commit 2d2737b

Browse files
[fix] update examples file path
Thanks to @ch4r-ch4r for pointing this out in #1143
1 parent c03698f commit 2d2737b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/04 Results output/100 End-of-test/150-custom-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ import http from 'k6/http';
225225

226226
// Use example functions to generate data
227227
import { jUnit } from 'https://jslib.k6.io/k6-summary/0.0.2/index.js';
228-
import k6example from 'https://raw.githubusercontent.com/grafana/k6/master/samples/thresholds_readme_example.js';
228+
import k6example from 'https://raw.githubusercontent.com/grafana/k6/master/examples/thresholds_readme_example.js';
229229

230230
export default k6example;
231231
export const options = {

0 commit comments

Comments
 (0)