From 84b2fc9c1703f73e8728980aa4d8f22a3f5390d8 Mon Sep 17 00:00:00 2001 From: doug Date: Tue, 8 Nov 2022 16:26:09 -0500 Subject: [PATCH] FEATURE: Improve local copy of docs in SOC #9097 --- salt/soc/files/soc/motd.md | 2 +- salt/soc/files/soc/soc.json | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/salt/soc/files/soc/motd.md b/salt/soc/files/soc/motd.md index fbc643993..061707fac 100644 --- a/salt/soc/files/soc/motd.md +++ b/salt/soc/files/soc/motd.md @@ -6,7 +6,7 @@ If you're ready to dive in, take a look at the [Alerts](/#/alerts) interface to ## What's New -To see all the latest features and fixes in this version of Security Onion, click the upper-right menu and then click the [What's New](/docs/#release-notes) link. +To see all the latest features and fixes in this version of Security Onion, click the upper-right menu and then click the [What's New](/docs/release-notes.html) link. ## Customize This Space diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index e6ee71b51..7c58796e3 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -123,15 +123,9 @@ } }, "client": { - {%- 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 %} + "releaseNotesUrl": "/docs/release-notes.html", "apiTimeoutMs": {{ API_TIMEOUT }}, "webSocketTimeoutMs": {{ WEBSOCKET_TIMEOUT }}, "tipTimeoutMs": {{ TIP_TIMEOUT }},