From 270d81e83ec10a1e0793ea23838ced6b9f9e9415 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Mon, 11 Sep 2023 08:21:26 -0400
Subject: [PATCH] doc update

---
 Running_Linux_OSX.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Running_Linux_OSX.md b/Running_Linux_OSX.md
index 9399414051..881e8e9467 100644
--- a/Running_Linux_OSX.md
+++ b/Running_Linux_OSX.md
@@ -1,5 +1,5 @@
 # Overview
-For Linux systems that [support snapd](https://snapcraft.io/docs/installing-snapd), there is currently the option to install Autopsy from the [snap package]($install-autopsy-snap).  Otherwise, when installing on Debian-based Linux or macOS systems, there are three general steps: [installing prerequisites](#installing-prerequisites), [installing The Sleuth Kit](#installing-the-sleuth-kit), and [installing Autopsy](#installing-autopsy) itself.  On macOS, you will want to [setup the JNA paths](#setup-macos-jna-paths).
+For Linux systems that [support snapd](https://snapcraft.io/docs/installing-snapd), there is currently the option to install Autopsy from the [snap package](#install-autopsy-snap).  Otherwise, when installing on Debian-based Linux or macOS systems, there are three general steps: [installing prerequisites](#installing-prerequisites), [installing The Sleuth Kit](#installing-the-sleuth-kit), and [installing Autopsy](#installing-autopsy) itself.  On macOS, you will want to [setup the JNA paths](#setup-macos-jna-paths).
 
 # Install Autopsy Snap
 You can download the snap package from the [releases section](https://github.com/sleuthkit/autopsy/releases) or directly from the [snap store](https://snapcraft.io/autopsy).  In order for Autopsy to run properly, snap connections will need to be properly setup, which can be done by running this script: `snap connections autopsy | sed -nE 's/^[^ ]* *([^ ]*) *- *- *$/\1/p' | xargs -I{} sudo snap connect {}`.  See the [snap README](./snap/README.md) for more information.
-- 
GitLab