mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Remove duple //
This commit is contained in:
parent
d309f8c54b
commit
84e6980e49
@ -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>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user