From e1deac42635d80d29e6576389e33d377d7c50ee6 Mon Sep 17 00:00:00 2001
From: Geoffrey Norman <geoffreyknorman@gmail.com>
Date: Fri, 11 Mar 2022 05:35:54 -0800
Subject: [PATCH] Patch 1 - Update incorrect relative document link in README
 (#4841)

* Update README.md

Corrected link at the end of the sentence that led to a 404 error:

"More information about the ISISDATA environment variable and the ISIS Data Area can be found [here]("#the-isis-data-area")."

* Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d2c53d7542..6894a044a6 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
     ISIS requires several environment variables to be set in order to run correctly.
     The variables include: ISISROOT and ISISDATA.
 
-    More information about the ISISDATA environment variable and the ISIS Data Area can be found [here]("#The-ISIS-Data-Area").
+    More information about the ISISDATA environment variable and the ISIS Data Area can be found [here](#The-ISIS-Data-Area).
 
     The following steps are only valid for versions of ISIS after 4.2.0.
     For older versions of ISIS follow the instructions in [this readme file.](https://github.com/USGS-Astrogeology/ISIS3/blob/adf52de0a04b087411d53f3fe1c9218b06dff92e/README.md)
-- 
GitLab