Skip to content

Commit

Permalink
Change link to Malware detection documentation (#5329)
Browse files Browse the repository at this point in the history
* Change link to Malware detection documentation

* Add changelog

* Update CHANGELOG.md
  • Loading branch information
yenienserrano authored Mar 30, 2023
1 parent 8b35024 commit ed9e44e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.4.1 - OpenSearch Dashboards 2.6.0 - Revision 00

### Fixed

- Fixed the `Anomaly and malware detection` link. [#5329](https:/wazuh/wazuh-kibana-app/pull/5329)

## Wazuh v4.4.0 - OpenSearch Dashboards 2.4.0 - Revision 06

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { webDocumentationLink } from "../../../../../../../common/services/web_d

export default [
{
text: 'Anomaly and malware detection',
href: webDocumentationLink('user-manual/capabilities/anomalies-detection/index.html')
text: 'Malware detection',
href: webDocumentationLink('user-manual/capabilities/malware-detection/index.html')
},
{
text: 'Monitoring security policies',
Expand Down

0 comments on commit ed9e44e

Please sign in to comment.