From 5096edf3d0e5062ba0a0fc0942eaa6947b1c9350 Mon Sep 17 00:00:00 2001
From: Wilson Liu <wliu5@unimelb.edu.au>
Date: Tue, 30 Jan 2024 23:41:21 +1100
Subject: [PATCH] update wiki urls

---
 src/main/scripts/unix/module/unimelb-mf-clients-current     | 4 ++--
 src/main/scripts/unix/module/unimelb-mf-clients-current.lua | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/scripts/unix/module/unimelb-mf-clients-current b/src/main/scripts/unix/module/unimelb-mf-clients-current
index f9b661c..c8a978b 100644
--- a/src/main/scripts/unix/module/unimelb-mf-clients-current
+++ b/src/main/scripts/unix/module/unimelb-mf-clients-current
@@ -1,10 +1,10 @@
 #%Module
 
 proc ModulesHelp { } {
-    puts stderr { unimelb-mf-clients is a collection of command-line tools to transfer data to/from Mediaflux, the data management platform operated by Research Computing Services. - Homepage: https://wiki-rcs.unimelb.edu.au/display/RCS/Unimelb+Command-Line+Clients }
+    puts stderr { unimelb-mf-clients is a collection of command-line tools to transfer data to/from Mediaflux, the data management platform operated by Research Computing Services. - Homepage: https://unimelb.atlassian.net/wiki/spaces/RCS/pages/191037756/Mediaflux+Unimelb+Command-Line+Clients }
 }
 
-module-whatis {unimelb-mf-clients is a collection of command-line tools to transfer data to/from Mediaflux, the data management platform operated by Research Computing Services. - Homepage: https://wiki-rcs.unimelb.edu.au/display/RCS/Unimelb+Command-Line+Clients}
+module-whatis {unimelb-mf-clients is a collection of command-line tools to transfer data to/from Mediaflux, the data management platform operated by Research Computing Services. - Homepage: https://unimelb.atlassian.net/wiki/spaces/RCS/pages/191037756/Mediaflux+Unimelb+Command-Line+Clients}
 
 conflict unimelb-mf-clients
 
diff --git a/src/main/scripts/unix/module/unimelb-mf-clients-current.lua b/src/main/scripts/unix/module/unimelb-mf-clients-current.lua
index eb4cf38..1683cc3 100644
--- a/src/main/scripts/unix/module/unimelb-mf-clients-current.lua
+++ b/src/main/scripts/unix/module/unimelb-mf-clients-current.lua
@@ -6,11 +6,11 @@ unimelb-mf-clients is a collection of command-line tools to transfer data to/fro
 
 More information
 ================
- - Homepage: https://wiki-rcs.unimelb.edu.au/display/RCS/Unimelb+Command-Line+Clients
+ - Homepage: https://unimelb.atlassian.net/wiki/spaces/RCS/pages/191037756/Mediaflux+Unimelb+Command-Line+Clients
 ]==])
 
 whatis([==[Description: unimelb-mf-clients is a collection of command-line tools to transfer data to/from Mediaflux, the data management platform operated by Research Computing Services.]==])
-whatis([==[Homepage: https://wiki-rcs.unimelb.edu.au/display/RCS/Unimelb+Command-Line+Clients]==])
+whatis([==[Homepage: https://unimelb.atlassian.net/wiki/spaces/RCS/pages/191037756/Mediaflux+Unimelb+Command-Line+Clients]==])
 
 local root = "/data/cephfs/unimelb-mf-clients/current/"
 
-- 
GitLab