From 50de29006826e1f87e045f888f331b7d24ed4425 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 11 Mar 2020 16:00:41 -0400 Subject: [PATCH] Correct links in docs for github.com release and sources --- docs/gettingstarted/index.md | 4 ++-- mkdocs.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/gettingstarted/index.md b/docs/gettingstarted/index.md index 141df9c..60b401c 100644 --- a/docs/gettingstarted/index.md +++ b/docs/gettingstarted/index.md @@ -87,10 +87,10 @@ Splunk type. Follow these instructions to "stage" SC4S by downloading the container so that it can be loaded "out of band" on a host machine, such as an airgapped system, without internet connectivity. -* Download container image +* Download container image "oci_container.tgz" from our [Github Page](https://github.com/splunk/splunk-connect-for-syslog/releases) the following example downloads v1.12 replace the URL with the latest release or pre-release version as desired. ``` -sudo wget https://github.com/splunk/splunk-connect-for-syslog/releases/download/latest/oci_container.tar.gz +sudo wget https://github.com/splunk/splunk-connect-for-syslog/releases/download/v1.12.0/oci_container.tar.gz ``` * Distribute the container to the airgapped host machine using an appropriate file transfer utility. diff --git a/mkdocs.yml b/mkdocs.yml index 4c19c6b..bf5d990 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,11 +26,11 @@ nav: - Microfocus: sources/Microfocus/index.md - Nix: sources/nix/index.md - "Palo Alto Networks": sources/PaloaltoNetworks/index.md - - "pfSense": sources/pfSense/index.md + - "pfSense": sources/PfSense/index.md - Proofpoint: sources/Proofpoint/index.md - Symantec: sources/Symantec/index.md - Ubiquiti: sources/Ubiquiti/index.md - - VMware: sources/VMware/index.md + - VMware: sources/VMWare/index.md - Zscaler: sources/Zscaler/index.md - "Demo Lab": "demo.md" - Performance: "performance.md"