Skip to content

Commit dc7ba93

Browse files
[fix] more samples to examples renaming
1 parent 2d2737b commit dc7ba93

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
@@ -267,7 +267,7 @@ You can also send the generated reports to a remote server (over any protocol th
267267
import http from 'k6/http';
268268

269269
// use example function to generate data
270-
import k6example from 'https://raw.githubusercontent.com/grafana/k6/master/samples/thresholds_readme_example.js';
270+
import k6example from 'https://raw.githubusercontent.com/grafana/k6/master/examples/thresholds_readme_example.js';
271271
export const options = { vus: 5, iterations: 10 };
272272

273273
export function handleSummary(data) {

0 commit comments

Comments
 (0)