Skip to content

Commit de384b1

Browse files
tanurrracodebienoleiade
authored
Adjust link of the error message in module loader's
* fix link in the error message Signed-off-by: Tatyana Velikanova <22240559+tanurrra@users.noreply.github.com> * Update internal/loader/loader.go Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com> * Update internal/loader/loader.go --------- Signed-off-by: Tatyana Velikanova <22240559+tanurrra@users.noreply.github.com> Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com> Co-authored-by: Théo Crevon <oleiade@users.noreply.github.com>
1 parent c229484 commit de384b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/loader/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
`local directory (-v /local/path/:/inside/docker/path) containing ` +
3535
`your script and modules so that they're accessible by k6 from ` +
3636
`inside of the container, see ` +
37-
`https://grafana.com/docs/k6/latest/using-k6/modules/#using-local-modules-with-docker.`
37+
`https://grafana.com/docs/k6/latest/using-k6/modules/#use-modules-with-docker.`
3838
)
3939

4040
type unresolvableURLError string

0 commit comments

Comments
 (0)