From 3a87529488723d83e2ce91b586d0c53d10bd4590 Mon Sep 17 00:00:00 2001
From: Lukas Oertel
Date: Sun, 12 Feb 2023 22:48:16 +0100
Subject: Fix links pointing to our DokuWiki

---
 ssh/README.md   | 2 +-
 ssh/fsi-copy-id | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'ssh')

diff --git a/ssh/README.md b/ssh/README.md
index eae2659..4ff3347 100644
--- a/ssh/README.md
+++ b/ssh/README.md
@@ -2,4 +2,4 @@
 
 ## Documentation
 
-See https://www.fsi.uni-tuebingen.de/interna/admin-doku/ssh.
+See https://wiki.fsi.uni-tuebingen.de/interna/admin-doku/ssh.
diff --git a/ssh/fsi-copy-id b/ssh/fsi-copy-id
index a6b43b9..db5b35c 100755
--- a/ssh/fsi-copy-id
+++ b/ssh/fsi-copy-id
@@ -71,7 +71,7 @@ foreach host $hosts {
     "$user@$host.fsi.uni-tuebingen.de's password:" {send "$password\r"}
     "ERROR: Host key verification failed." {
       send_error "Please make sure that you follow our setup: "
-      send_error "https://www.fsi.uni-tuebingen.de/interna/admin-doku/ssh\n"
+      send_error "https://wiki.fsi.uni-tuebingen.de/interna/admin-doku/ssh\n"
       send_error "You must either use the UserKnownHostsFile option "
       send_error "or have all host keys in your ~/.ssh/known_hosts\n"
       exit 1
-- 
cgit v1.2.3