-
Notifications
You must be signed in to change notification settings - Fork 1.4k
UX: fix anchor link in the error message #4612
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
Conversation
Hey @tanurrra 👋🏻 For this fix, much appreciated 🙇🏻 |
@tanurrra CI reports that in order for us to be able to merge this, you should sign our CLA agreement. If you're fine with it, you can proceed by clicking on the |
Signed-off-by: Tatyana Velikanova <22240559+tanurrra@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link doesn't seem to be removed, it just changed. Is it expected to change it?
Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tanurrra thanks for your contribution. It looks good to me now, as soon as the CI is green we are going to merge it.
What?
Update anchor link to the official docs in the error message
The moduleSpecifier "%s" couldn't be found on local disk
. New anchor link ishttps://grafana.com/docs/k6/latest/using-k6/modules/#local-modules-2
.Why?
Anchor link
https://grafana.com/docs/k6/latest/using-k6/modules/#using-local-modules-with-docker
in the error messageThe moduleSpecifier "%s" couldn't be found on local disk...
is not up-to date, so anchor link is being resolved to the beginning of the page.Checklist
make check
) and all pass.Checklist: Documentation (only for k6 maintainers and if relevant)
Please do not merge this PR until the following items are filled out.
Related PR(s)/Issue(s)