From 48bc506c45d9477615b079a5cfcd75c5920c9451 Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Wed, 12 Mar 2025 21:07:35 +0000
Subject: [PATCH] Fix relref links.

---
 content/handling_data/data_storage/NRDSTOR/_index.md      | 2 +-
 .../handling_data/data_transfer/globus_connect/_index.md  | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/handling_data/data_storage/NRDSTOR/_index.md b/content/handling_data/data_storage/NRDSTOR/_index.md
index 8657aff..e9d8047 100644
--- a/content/handling_data/data_storage/NRDSTOR/_index.md
+++ b/content/handling_data/data_storage/NRDSTOR/_index.md
@@ -42,4 +42,4 @@ NRDStor has two current methods of access - directly on Swan similar to the exis
 #### Access via Globus
 
 NRDStor is additionally accessible using Globus via the `hcc#nrdstor` endpoint. For details on using Globus,
-please see [this section]({{< relref "globus_connect" >}}).
+please see [this section]({{< relref "/handling_data/data_transfer/globus_connect" >}}).
diff --git a/content/handling_data/data_transfer/globus_connect/_index.md b/content/handling_data/data_transfer/globus_connect/_index.md
index c45246a..1545a59 100644
--- a/content/handling_data/data_transfer/globus_connect/_index.md
+++ b/content/handling_data/data_transfer/globus_connect/_index.md
@@ -74,11 +74,11 @@ between two HCC collections or between an HCC collection and an external collect
 another university, institute, etc.  To use a collection, first search for its name in the _Collection_ field
 within the Globus website File Manager interface.
 
-- `hcc#attic` - provides access to HCC's [Attic resource]({{< relref "using_attic" >}}).
-- `hcc#nrdstor` - provides access to the [Nebraska Research Data Storage (NRDStor) resource]({{< relref "nrdstor" >}})
-- `hcc#onedrive` - provides access to [OneDrive and SharePoint]({{< relref "activating_unl_onedrive" >}}) via Globus.
+- `hcc#attic` - provides access to HCC's [Attic resource]({{< relref "/handling_data/data_storage/using_attic" >}}).
+- `hcc#nrdstor` - provides access to the [Nebraska Research Data Storage (NRDStor) resource]({{< relref "/handling_data/data_storage/nrdstor" >}})
+- `hcc#onedrive` - provides access to [OneDrive and SharePoint]({{< relref "/handling_data/data_transfer/globus_connect/activating_unl_onedrive" >}}) via Globus.
    _Please note this is currently limited to students, staff, faculty and affiliates at the University of Nebraska-Lincoln._
-- `hcc#swan` - provides access to HCC's [Swan resource]({{< relref "submitting_jobs" >}}).
+- `hcc#swan` - provides access to HCC's [Swan resource]({{< relref "/submitting_jobs" >}}).
 
 
 ---
-- 
GitLab