From a09acf956516b9dbe30af0c6c4ddb8b2a3f918ec Mon Sep 17 00:00:00 2001
From: Josh Samuelson <jsamuels@cse.unl.edu>
Date: Thu, 17 Nov 2022 09:55:45 -0600
Subject: [PATCH] Fix some relref shortcodes that were missing the left bracket

---
 content/applications/app_specific/fortran_c_on_hcc.md | 2 +-
 content/applications/app_specific/mpi_jobs_on_hcc.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/applications/app_specific/fortran_c_on_hcc.md b/content/applications/app_specific/fortran_c_on_hcc.md
index cb45b220..6e7255ce 100644
--- a/content/applications/app_specific/fortran_c_on_hcc.md
+++ b/content/applications/app_specific/fortran_c_on_hcc.md
@@ -10,7 +10,7 @@ downloaded from [serial_dir.zip](/attachments/serial_dir.zip).
 
 #### Login to a HCC Cluster
 
-Connect to a HCC cluster]({{< relref "../../connecting/" >}}) and make a subdirectory 
+[Connect to a HCC cluster]({{< relref "../../connecting/" >}}) and make a subdirectory 
 called `serial_dir` under your `$WORK` directory. 
 
 {{< highlight bash >}}
diff --git a/content/applications/app_specific/mpi_jobs_on_hcc.md b/content/applications/app_specific/mpi_jobs_on_hcc.md
index 5d6eb19e..b2535159 100644
--- a/content/applications/app_specific/mpi_jobs_on_hcc.md
+++ b/content/applications/app_specific/mpi_jobs_on_hcc.md
@@ -10,7 +10,7 @@ scripts can be downloaded from [mpi_dir.zip](/attachments/mpi_dir.zip).
 
 #### Login to a HCC Cluster
 
-Connect to a HCC cluster]({{< relref "../../connecting/" >}}) and make a subdirectory 
+[Connect to a HCC cluster]({{< relref "../../connecting/" >}}) and make a subdirectory 
 and make a subdirectory called `mpi_dir` under your `$WORK` directory.
 
 {{< highlight bash >}}
-- 
GitLab