Skip to content

Commit

Permalink
Fix activity event streaming broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Apr 22, 2024
1 parent a7574a7 commit 0f1cdf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const docsNavigation = [
title: 'Integrations',
isOpen: false,
links: [
{title: 'Activity event streaming', href: '/how-to/activity-event-streaming-to-siem-systems' },
{title: 'Activity event streaming', href: '/how-to/activity-event-streaming' },
{title: 'Identity provider sync', href: '/how-to/idp-sync' },
{title: 'Enable post quantum cryptography', href: '/how-to/enable-post-quantum-cryptography' },
{title: 'Endpoint detection and response (EDR)', href: '/how-to/endpoint-detection-and-response' },
Expand Down
2 changes: 1 addition & 1 deletion src/pages/how-to/monitor-system-and-network-activity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can also use the search bar to filter events by activity type.

NetBird can stream activity events to your Security Information and Event Management (SIEM) system in real-time.
With this feature enabled you can monitor and analyze NetBird network changes in your SIEM system.
Check the [integrations guide](/how-to/activity-event-streaming-to-siem-systems) for more information about the supported integrations and
Check the [integrations guide](/how-to/activity-event-streaming) for more information about the supported integrations and
how to enable them.

## Get started
Expand Down

0 comments on commit 0f1cdf5

Please sign in to comment.