From 154e79dc31ef91ca57ae098e6b8df557bb752ce4 Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Thu, 11 Apr 2024 16:39:32 -0500
Subject: [PATCH] Add a few more tweaks.

---
 .../handling_data/data_storage/NRDSTOR/{SWAN.md => Swan.md} | 4 ++--
 content/handling_data/data_storage/NRDSTOR/Windows.md       | 2 +-
 content/handling_data/data_storage/NRDSTOR/_index.md        | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)
 rename content/handling_data/data_storage/NRDSTOR/{SWAN.md => Swan.md} (94%)

diff --git a/content/handling_data/data_storage/NRDSTOR/SWAN.md b/content/handling_data/data_storage/NRDSTOR/Swan.md
similarity index 94%
rename from content/handling_data/data_storage/NRDSTOR/SWAN.md
rename to content/handling_data/data_storage/NRDSTOR/Swan.md
index 89679e18..a34ac0ce 100644
--- a/content/handling_data/data_storage/NRDSTOR/SWAN.md
+++ b/content/handling_data/data_storage/NRDSTOR/Swan.md
@@ -1,6 +1,6 @@
 +++
-title = "SWAN"
-description = "Accessing NRDStor From SWAN"
+title = "Swan"
+description = "Accessing NRDStor From Swan"
 weight=30
 +++
 
diff --git a/content/handling_data/data_storage/NRDSTOR/Windows.md b/content/handling_data/data_storage/NRDSTOR/Windows.md
index fc4aa14e..ee049fd1 100644
--- a/content/handling_data/data_storage/NRDSTOR/Windows.md
+++ b/content/handling_data/data_storage/NRDSTOR/Windows.md
@@ -11,7 +11,7 @@ Within Windows, NRDStor can be added as a drive for data and appear similar to a
 To add NRDStor on Windows please follow the below steps:
 
 
-Open File Explorer
+Open **"File Explorer"**
 {{< figure src="/images/File_Explorer.png" width="700" class="img-border">}}
 
 
diff --git a/content/handling_data/data_storage/NRDSTOR/_index.md b/content/handling_data/data_storage/NRDSTOR/_index.md
index 9b074865..82dac01b 100644
--- a/content/handling_data/data_storage/NRDSTOR/_index.md
+++ b/content/handling_data/data_storage/NRDSTOR/_index.md
@@ -23,15 +23,15 @@ The examples below are assuming a modern laptop uploading/downloading a large 25
 
 ### Installing NU-VPN
 
-If you are not on a University of Nebraska campus, you will need to connect to the NU-VPN using this guide from ITS https://services.unl.edu/service/virtual-private-network-vpn-global-protect/vpn-client-installation-guide. If you are on Campus, no additional software is needed.
+If you are not on a University of Nebraska campus, you will need to connect to the NU-VPN using [this guide](https://services.unl.edu/service/virtual-private-network-vpn-global-protect/vpn-client-installation-guide) from NU ITS. If you are on Campus, no additional software is needed.
 
 
 ### Accessing NRDStor
-NRDStor has two current methods of access, directly on Swan similar to the existing filesystems and through the CIFS/SMB protocol https://www.samba.org/ on a laptop, desktop, or workstation connected to an NU network.
+NRDStor has two current methods of access - directly on Swan similar to the existing filesystems, and through the [CIFS/SMB protocol](https://www.samba.org/) on a laptop, desktop, or workstation connected to an NU network.
 
 
 
 
-- [Accessing NRDStor From SWAN]({{< relref "SWAN" >}})
+- [Accessing NRDStor From Swan]({{< relref "Swan" >}})
 - [Accessing NRDStor From Windows]({{< relref "Windows" >}})
 - [Accessing NRDStor From Mac]({{< relref "Mac" >}})
-- 
GitLab