-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Fix broken link in the Web REPL help commands #30167
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 broken link in the Web REPL help commands #30167
Conversation
@@ -25,6 +25,6 @@ Web REPL Commands: | |||
|
|||
</pre> | |||
<p class="console-ui-panel-intro is-font-mono has-bottom-margin-s"> | |||
For more detailed documentation, see the <Hds::Link::Inline @href={{doc-link "/vault/docs/commands/web"}}>HashiCorp Developer site</Hds::Link::Inline>. |
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.
Thanks for fixing! I was wondering why the redirect was working appropriately here and noticed there that command
is singular and here it's plural
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.
Thank you for fixing! Just a small typo fix in the changelog then it's good to go 🚀
It looks like there's a linting error so tests haven't run - are you able to resolve on your end? |
@ldouillet would love to get this in before the next patch release. Are you able to address the linting error mentioned above? |
I'm going to merge this into a sidebranch so I can update the formatting issues. |
570b2cb
into
hashicorp:ui/VAULT-35724/broken-link
* formatting * Fix broken link in the Web REPL help commands (#30167) * fix broken link in the Web REPL Commands help change from https://developer.hashicorp.com/vault/docs/commands/web (broken) to https://developer.hashicorp.com/vault/docs/ui/web-cli * Create changelog for #29013 * change log for pull request #30167 * fix broken link in the Web REPL Commands help change from https://developer.hashicorp.com/vault/docs/commands/web (broken) to https://developer.hashicorp.com/vault/docs/ui/web-cli * Create changelog for #29013 * Delete changelog/29013.txt * Create 29013.txt * fix changelog name to align to the PR ID * remove trailing cr (fix linting error) --------- Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update 30167.txt * Update log-help.hbs * Update log-help.hbs * try this way * fix changelog --------- Co-authored-by: Laurent Douillet <69690045+ldouillet@users.noreply.github.com> Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
* formatting * Fix broken link in the Web REPL help commands (#30167) * fix broken link in the Web REPL Commands help change from https://developer.hashicorp.com/vault/docs/commands/web (broken) to https://developer.hashicorp.com/vault/docs/ui/web-cli * Create changelog for #29013 * change log for pull request #30167 * fix broken link in the Web REPL Commands help change from https://developer.hashicorp.com/vault/docs/commands/web (broken) to https://developer.hashicorp.com/vault/docs/ui/web-cli * Create changelog for #29013 * Delete changelog/29013.txt * Create 29013.txt * fix changelog name to align to the PR ID * remove trailing cr (fix linting error) --------- Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update 30167.txt * Update log-help.hbs * Update log-help.hbs * try this way * fix changelog --------- Co-authored-by: Laurent Douillet <69690045+ldouillet@users.noreply.github.com> Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Description
Fix a broken link in the Web REPL help commands which is pointing to https://developer.hashicorp.com/vault/docs/commands/web (broken)

Changed to https://developer.hashicorp.com/vault/docs/ui/web-cli