Fix activity event streaming broken links

This commit is contained in:
braginini
2024-04-22 14:32:31 +02:00
parent a7574a7663
commit 0f1cdf5273
2 changed files with 2 additions and 2 deletions

View File

@@ -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' },