-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Fix link locations for wrangler versions upload and wrangler versions deploy commands
#25959
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
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
emily-shen
left a comment
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.
if you search /workers/wrangler/commands/#upload in the docs there are another couple of broken links, could you also fix those while you're at it? thanks (i think i broke this when i updated the command to use the autogenerated component :'))
done 😄 |
wrangler versions upload and wrangler versions deploy commands
Summary
Currently there is a bunch of links for
wrangler versions uploadandwrangler versions deploythat point to the wrong fragment of in the wrangler/commands documentation. In this PR I am fixing the wrong fragments so that the links point to the correct location instead.