diff --git a/bin/contentctl_project/contentctl_infrastructure/adapter/templates/doc_detection_page.j2 b/bin/contentctl_project/contentctl_infrastructure/adapter/templates/doc_detection_page.j2 index 358b3ebe7c..b6bcd04fb1 100644 --- a/bin/contentctl_project/contentctl_infrastructure/adapter/templates/doc_detection_page.j2 +++ b/bin/contentctl_project/contentctl_infrastructure/adapter/templates/doc_detection_page.j2 @@ -14,6 +14,6 @@ sidebar: {% if detection.tags.mitre_attack_enrichments %} | [{{ detection.name }}](/{{ detection.source }}/{{ detection.name | lower | replace(' ', '_') }}/) | {% for attack in detection.tags.mitre_attack_enrichments -%} [{{ attack.mitre_attack_technique }}](/tags/#{{ attack.mitre_attack_technique | lower | replace(" ", "-") }}){% if not loop.last -%}, {% endif -%}{%- endfor %} | [{{ detection.type }}](https://github.com/splunk/security_content/wiki/Detection-Analytic-Types) | {%- else %} -| [{{ detection.name }}]() | None | [{{ detection.type }}](https://github.com/splunk/security_content/wiki/Detection-Analytic-Types) | +| [{{ detection.name }}](/{{ detection.source }}/{{ detection.name | lower | replace(' ', '_') }}/) | None | [{{ detection.type }}](https://github.com/splunk/security_content/wiki/Detection-Analytic-Types) | {%- endif -%} {%- endfor -%}