mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
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