Correct cheatsheetUrl for airgap installs

This commit is contained in:
Jason Ertel
2020-11-03 12:27:55 -05:00
parent a859aa4f48
commit aa9aa59213

View File

@@ -56,7 +56,7 @@
"client": {
{%- if ISAIRGAP is sameas true %}
"docsUrl": "/docs/",
"docsUrl": "/docs/cheatsheet.pdf",
"cheatsheetUrl": "/docs/cheatsheet.pdf",
{%- 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",