We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03698f commit 2d2737bCopy full SHA for 2d2737b
src/data/markdown/translated-guides/en/04 Results output/100 End-of-test/150-custom-summary.md
@@ -225,7 +225,7 @@ import http from 'k6/http';
225
226
// Use example functions to generate data
227
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';
+import k6example from 'https://raw.githubusercontent.com/grafana/k6/master/examples/thresholds_readme_example.js';
229
230
export default k6example;
231
export const options = {
0 commit comments