From 7e86681509c8216c371dfb0fa2bd3a543516d6dd Mon Sep 17 00:00:00 2001 From: doug Date: Fri, 16 Jul 2021 16:50:49 -0400 Subject: [PATCH] FIX: Airgap link to Release Notes #4685 --- salt/soc/files/soc/soc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index 36135b6e5..fc6d5f28d 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -91,9 +91,11 @@ {%- if ISAIRGAP is sameas true %} "docsUrl": "/docs/", "cheatsheetUrl": "/docs/cheatsheet.pdf", + "releaseNotesUrl": "/docs/#release-notes", {%- else %} "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", + "releaseNotesUrl": "https://docs.securityonion.net/en/2.3/release-notes", {%- endif %} "apiTimeoutMs": {{ API_TIMEOUT }}, "webSocketTimeoutMs": {{ WEBSOCKET_TIMEOUT }},