mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
ui: fix broken helper link for web command (#26858)
* ui: fix broken helper link for web command * changelog
This commit is contained in:
parent
2d75711019
commit
6a351401e6
2 changed files with 4 additions and 1 deletions
3
changelog/26858.txt
Normal file
3
changelog/26858.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Fix broken help link in console for the web command.
|
||||
```
|
||||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue