diff --git a/README.md b/README.md index 2d3442035..e6d616d05 100644 --- a/README.md +++ b/README.md @@ -12,24 +12,24 @@ Hunt ### Release Notes -https://docs.securityonion.net/en/2.3/release-notes.html +https://docs.securityonion.net/en/2.4/release-notes.html ### Requirements -https://docs.securityonion.net/en/2.3/hardware.html +https://docs.securityonion.net/en/2.4/hardware.html ### Download -https://docs.securityonion.net/en/2.3/download.html +https://docs.securityonion.net/en/2.4/download.html ### Installation -https://docs.securityonion.net/en/2.3/installation.html +https://docs.securityonion.net/en/2.4/installation.html ### FAQ -https://docs.securityonion.net/en/2.3/faq.html +https://docs.securityonion.net/en/2.4/faq.html ### Feedback -https://docs.securityonion.net/en/2.3/community-support.html +https://docs.securityonion.net/en/2.4/community-support.html diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index 041a09d0b..828e90dda 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -93,7 +93,7 @@ soc: client: docsUrl: /docs/ cheatsheetUrl: /docs/cheatsheet.pdf - releaseNotesUrl: /docs/#release-notes + releaseNotesUrl: /docs/release-notes.html apiTimeoutMs: 0 webSocketTimeoutMs: 0 tipTimeoutMs: 0 diff --git a/salt/soc/files/soc/motd.md b/salt/soc/files/soc/motd.md index fbc643993..40964349d 100644 --- a/salt/soc/files/soc/motd.md +++ b/salt/soc/files/soc/motd.md @@ -6,22 +6,8 @@ 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 -Make this area your own by customizing the content. The content is stored in the `motd.md` file, which uses the common Markdown (.md) format. To learn more about the format, please see [markdownguide.org](https://www.markdownguide.org/). - -To customize this content, login to the manager via SSH and execute the following command: - -```bash -sudo cp /opt/so/saltstack/default/salt/soc/files/soc/motd.md /opt/so/saltstack/local/salt/soc/files/soc/ -``` - -Then edit the new file as desired using your favorite text editor. - -Finally, restart SOC to make the changes take effect: - -```bash -sudo so-soc-restart -``` +Make this area your own by customizing the content in the [Config](/#/config) interface.