Skip to content

Commit

Permalink
Replace references to k6.io/docs with Grafana docs in the new k6 script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewslotin committed Nov 6, 2023
1 parent 6b91c91 commit 28c3403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const options = {
// Uncomment this section to enable the use of Browser API in your tests.
//
// See https://k6.io/docs/using-k6-browser/running-browser-tests/ to learn more
// See https://grafana.com/docs/k6/latest/using-k6-browser/running-browser-tests/ to learn more
// about using Browser API in your test scripts.
//
// scenarios: {
Expand All @@ -53,7 +53,7 @@ export const options = {
// // Executor is a mandatory parameter for browser-based tests.
// // Shared iterations in this case tells k6 to reuse VUs to execute iterations.
// //
// // See https://k6.io/docs/using-k6/scenarios/executors/ for other executor types.
// // See https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/ for other executor types.
// executor: 'shared-iterations',
// options: {
// browser: {
Expand All @@ -69,7 +69,7 @@ export const options = {
// The function that defines VU logic.
//
// See https://k6.io/docs/examples/tutorials/get-started-with-k6/ to learn more
// See https://grafana.com/docs/k6/latest/examples/get-started-with-k6/ to learn more
// about authoring k6 scripts.
//
export default function() {
Expand Down

0 comments on commit 28c3403

Please sign in to comment.