Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the link to the report usage source code #1847

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sources/k6/next/set-up/usage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ The usage report does not contain any information about what you are testing. Th

This report is sent to an HTTPS server that collects statistics on k6 usage.

k6 is an open-source project and for those interested, the actual code that generates and sends the usage report can be directly reviewed [here](https://github.com/grafana/k6/blob/master/cmd/report.go).
k6 is an open-source project and for those interested, the actual code that generates and sends the usage report can be directly reviewed [here](https://github.com/grafana/k6/blob/master/internal/cmd/report.go).
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.54.x/set-up/usage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ The usage report does not contain any information about what you are testing. Th

This report is sent to an HTTPS server that collects statistics on k6 usage.

k6 is an open-source project and for those interested, the actual code that generates and sends the usage report can be directly reviewed [here](https://github.com/grafana/k6/blob/master/cmd/report.go).
k6 is an open-source project and for those interested, the actual code that generates and sends the usage report can be directly reviewed [here](https://github.com/grafana/k6/blob/master/internal/cmd/report.go).
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.55.x/set-up/usage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ The usage report does not contain any information about what you are testing. Th

This report is sent to an HTTPS server that collects statistics on k6 usage.

k6 is an open-source project and for those interested, the actual code that generates and sends the usage report can be directly reviewed [here](https://github.com/grafana/k6/blob/master/cmd/report.go).
k6 is an open-source project and for those interested, the actual code that generates and sends the usage report can be directly reviewed [here](https://github.com/grafana/k6/blob/master/internal/cmd/report.go).
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.56.x/set-up/usage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ The usage report does not contain any information about what you are testing. Th

This report is sent to an HTTPS server that collects statistics on k6 usage.

k6 is an open-source project and for those interested, the actual code that generates and sends the usage report can be directly reviewed [here](https://github.com/grafana/k6/blob/master/cmd/report.go).
k6 is an open-source project and for those interested, the actual code that generates and sends the usage report can be directly reviewed [here](https://github.com/grafana/k6/blob/master/internal/cmd/report.go).
Loading