mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 05:01:09 -02:30
Remove duple //
This commit is contained in:
@@ -119,7 +119,7 @@ function PageHeaderToolbar({
|
|||||||
<DropdownItem
|
<DropdownItem
|
||||||
key="help"
|
key="help"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href={`${getDocsBaseUrl(config)}//html/userguide/index.html`}
|
href={`${getDocsBaseUrl(config)}/html/userguide/index.html`}
|
||||||
>
|
>
|
||||||
{i18n._(t`Help`)}
|
{i18n._(t`Help`)}
|
||||||
</DropdownItem>,
|
</DropdownItem>,
|
||||||
|
|||||||
Reference in New Issue
Block a user