Skip to content

Commit

Permalink
Fix: Fix the link to user manual in audit reports list page
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam authored and bjoernricks committed Jan 15, 2025
1 parent c6c444a commit 5082f8f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/web/pages/reports/auditreportslistpage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/




import Filter, {AUDIT_REPORTS_FILTER_FILTER} from 'gmp/models/filter';
import {isActive} from 'gmp/models/task';
import {isDefined} from 'gmp/utils/identity';
Expand Down Expand Up @@ -41,8 +38,7 @@ const ToolBarIcons = () => {
return (
<IconDivider>
<ManualIcon
anchor="using-and-managing-audit-reports"
page="reports"
page="compliance-and-special-scans"
title={_('Help: Audit Reports')}
/>
</IconDivider>
Expand Down

0 comments on commit 5082f8f

Please sign in to comment.