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
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>