From 6f3844639156719517f4676e90c4ad3f41ec0eb5 Mon Sep 17 00:00:00 2001
From: npavlovikj <npavlovikj2@unl.edu>
Date: Thu, 14 Feb 2019 15:54:25 -0600
Subject: [PATCH] Fix link

---
 content/guides/running_applications/using_singularity.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/guides/running_applications/using_singularity.md b/content/guides/running_applications/using_singularity.md
index 89b11d96..bc38021a 100644
--- a/content/guides/running_applications/using_singularity.md
+++ b/content/guides/running_applications/using_singularity.md
@@ -3,7 +3,7 @@ title = "Using Singularity"
 description = "How to use the Singularity containerization software on HCC resources."
 +++
 
-[Singularity](http://singularity.lbl.gov)
+[Singularity](https://www.sylabs.io/singularity/)
 is a containerization solution designed for high-performance computing
 cluster environments.  It allows a user on an HPC resource to run an
 application using a different operating system than the one provided by
@@ -73,7 +73,7 @@ and indicate you would like to use Singularity.
 ### What if I need other Python packages not in the image?
 {{% notice info %}}
 An alternative to the steps below is to create your own custom image as
-[described farther down](what-if-i-want-to-build-a-custom-image-to-use-on-the-hcc-clusters).
+[described farther down](#what-if-i-want-to-build-a-custom-image-to-use-on-the-hcc-clusters).
 Start with an HCC-provided image as the base for your Dockerfile (i.e. `FROM unlhcc/spades`)
 and add any additional packages you desire.
 {{% /notice %}}
-- 
GitLab