From 2aa138d80e6c49ce6fdd79bcc5815777ed3246fb Mon Sep 17 00:00:00 2001
From: SAM CARPENTER <sam.carpenter@wisc.edu>
Date: Fri, 19 Aug 2022 13:42:32 -0500
Subject: [PATCH] possibly works possibly does not work

---
 docs/training/docker-secure-agent.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/training/docker-secure-agent.md b/docs/training/docker-secure-agent.md
index 1e3356f..819b08e 100644
--- a/docs/training/docker-secure-agent.md
+++ b/docs/training/docker-secure-agent.md
@@ -5,7 +5,7 @@ To set up a secure agent on Linux, running in a Docker container, you will need
 - Access to a workstation with an Intel-based processor. This is needed to run the Secure Agent. This could be a work computer, or, in the case of someone using a Macbook with an M1 processor, this could be an Amazon WorkSpaces desktop.
 - Git. This is needed to pull the necessary Secure Agent files. [Official instructions on installation can be found here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
 - Docker. This is used to set up the container in which the Secure Agent will run.
-- [Docker Compose](https://docs.docker.com/compose/). This is an additional command used to build the image which the Secure Agent runs. [Instructions to install this and Docker on an AWS Workspace can be found here](https://www.cyberciti.biz/faq/how-to-install-docker-on-amazon-linux-2/).
+- [Docker Compose](https://docs.docker.com/compose/). This is an additional command used to build the image which the Secure Agent runs. Instructions to install this and Docker on an AWS Workspace can be found here http://www.cyberciti.biz/faq/how-to-install-docker-on-amazon-linux-2/
 - Your own IICS trial account. If you are already using the shared test or prod organizations, this tutorial is unnecessary. Use ei.secureagent.doit.wisc.edu instead. If you are using a different organization with a pre-existing Secure Agent, follow the instructions given to you when your access was provisioned.
 
 # Setup
-- 
GitLab