From 503de7e628aa2a1d4008c7da5d583ef2044796e2 Mon Sep 17 00:00:00 2001 From: Owen Graham <ohgraham1@madisoncollege.edu> Date: Wed, 18 May 2022 14:54:29 -0500 Subject: [PATCH] Fix link to SSH key page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14139e0..d70839c 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ ssh-keygen -t rsa -b 4096 ![I run "ssh-keygen"][ssh-keygen] Now copy your public key and paste it into -<https://gitlab.ssec.wisc.edu/profile/keys>. +<https://gitlab.ssec.wisc.edu/-/profile/keys>. I like to use `cat` and copy it from the terminal. ```sh -- GitLab