Skip to content

Commit

Permalink
Merge pull request #341 from splunk/fix/docs_links
Browse files Browse the repository at this point in the history
Correct links in docs for github.com release and sources
  • Loading branch information
Ryan Faircloth authored and GitHub committed Mar 12, 2020
2 parents 3f40892 + 98fc22e commit 0d1aa11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/gettingstarted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nav:
- "Docker CE + Swarm RHEL 7.7": "gettingstarted/docker-swarm-rhel7.md"
- "Bring your own Envionment": "gettingstarted/byoe-rhel7.md"
- Configuration: "configuration.md"
- Development: "docs/developing/index.md"
- Development: "developing/index.md"
- Sources:
- About: sources/index.md
- Checkpoint: sources/Checkpoint/index.md
Expand All @@ -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"
Expand Down

0 comments on commit 0d1aa11

Please sign in to comment.