From 152fdb951323957d6460c4f74813467a56be0880 Mon Sep 17 00:00:00 2001
From: Natasha Pavlovikj <natasha.pavlovikj@huskers.unl.edu>
Date: Thu, 9 Jul 2020 18:34:06 +0000
Subject: [PATCH] Fix links and cluster names

---
 .../app_specific/bioinformatics_tools/_index.md           | 4 +---
 .../app_specific/bioinformatics_tools/biodata_module.md   | 2 +-
 content/handling_data/data_transfer/winscp.md             | 8 ++++----
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/content/applications/app_specific/bioinformatics_tools/_index.md b/content/applications/app_specific/bioinformatics_tools/_index.md
index 7be08971..211cf623 100644
--- a/content/applications/app_specific/bioinformatics_tools/_index.md
+++ b/content/applications/app_specific/bioinformatics_tools/_index.md
@@ -6,8 +6,6 @@ weight = "52"
 
 The following is a categorized list of bioinformatics tools available on HCC. Each page contains summary of the tool, information about the HCC resources that have the specific tool, links to user documentation, as well as example SLURM submit scripts.
 
-More detailed information about submitting SLURM jobs and checking job status on HCC can be found [here](../../submitting_jobs)
+More detailed information about submitting SLURM jobs and checking job status on HCC can be found [here]({{< relref "/submitting_jobs/_index.md" >}}).
 
 {{% children %}}
-
-
diff --git a/content/applications/app_specific/bioinformatics_tools/biodata_module.md b/content/applications/app_specific/bioinformatics_tools/biodata_module.md
index d7ed97a3..c4b7c0a3 100644
--- a/content/applications/app_specific/bioinformatics_tools/biodata_module.md
+++ b/content/applications/app_specific/bioinformatics_tools/biodata_module.md
@@ -7,7 +7,7 @@ weight = "52"
 +++
 
 
-HCC hosts multiple databases (BLAST, KEGG, PANTHER, InterProScan), genome files, short read aligned indices etc. on Crane.  
+HCC hosts multiple databases (BLAST, KEGG, PANTHER, InterProScan), genome files, short read aligned indices etc. on Crane and Rhino.  
 In order to use these resources, the "**biodata**" module needs to be loaded first.  
 For how to load module, please check [Module Commands]({{< relref "/applications/modules/_index.md" >}}).
 
diff --git a/content/handling_data/data_transfer/winscp.md b/content/handling_data/data_transfer/winscp.md
index 317dd824..2c5d61de 100644
--- a/content/handling_data/data_transfer/winscp.md
+++ b/content/handling_data/data_transfer/winscp.md
@@ -12,11 +12,11 @@ Usually it is convenient to upload and download files between your personal comp
 and the HCC supercomputers through a Graphic User Interface (GUI).
 Download and install the third party application **WinSCP**
 to connect the file systems between your personal computer and the HCC supercomputers. 
-Below is a step-by-step installation guide. Here we use the HCC cluster **Tusker**
-for demonstration. To use the **Crane** cluster, replace `tusker.unl.edu`
-with `crane.unl.edu`.
+Below is a step-by-step installation guide. Here we use the HCC cluster **Crane**
+for demonstration. To use the **Rhino** cluster, replace `crane.unl.edu`
+with `rhino.unl.edu`.
 
-1.  On the first screen, type `tusker.unl.edu` for Host name, enter your
+1.  On the first screen, type `crane.unl.edu` for Host name, enter your
     HCC account username and password for User name and Password. Then
     click on **Login**.
 
-- 
GitLab