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