mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
FIX: Airgap link to Release Notes #4685
This commit is contained in:
@@ -91,9 +91,11 @@
|
|||||||
{%- if ISAIRGAP is sameas true %}
|
{%- if ISAIRGAP is sameas true %}
|
||||||
"docsUrl": "/docs/",
|
"docsUrl": "/docs/",
|
||||||
"cheatsheetUrl": "/docs/cheatsheet.pdf",
|
"cheatsheetUrl": "/docs/cheatsheet.pdf",
|
||||||
|
"releaseNotesUrl": "/docs/#release-notes",
|
||||||
{%- else %}
|
{%- else %}
|
||||||
"docsUrl": "https://docs.securityonion.net/en/2.3/",
|
"docsUrl": "https://docs.securityonion.net/en/2.3/",
|
||||||
"cheatsheetUrl": "https://github.com/Security-Onion-Solutions/securityonion-docs/raw/2.3/images/cheat-sheet/Security-Onion-Cheat-Sheet.pdf",
|
"cheatsheetUrl": "https://github.com/Security-Onion-Solutions/securityonion-docs/raw/2.3/images/cheat-sheet/Security-Onion-Cheat-Sheet.pdf",
|
||||||
|
"releaseNotesUrl": "https://docs.securityonion.net/en/2.3/release-notes",
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
"apiTimeoutMs": {{ API_TIMEOUT }},
|
"apiTimeoutMs": {{ API_TIMEOUT }},
|
||||||
"webSocketTimeoutMs": {{ WEBSOCKET_TIMEOUT }},
|
"webSocketTimeoutMs": {{ WEBSOCKET_TIMEOUT }},
|
||||||
|
|||||||
Reference in New Issue
Block a user