ui: fix broken helper link for web command (#26858)

* ui: fix broken helper link for web command

* changelog
This commit is contained in:
Jason O'Donnell 2024-05-07 11:07:38 -04:00 committed by GitHub
parent 2d75711019
commit 6a351401e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

3
changelog/26858.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:bug
ui: Fix broken help link in console for the web command.
```

View file

@ -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/command/web"}}>HashiCorp Developer site</Hds::Link::Inline>.
For more detailed documentation, see the <Hds::Link::Inline @href={{doc-link "/vault/docs/commands/web"}}>HashiCorp Developer site</Hds::Link::Inline>.
</p>
</div>