From de088ccecbba29112f529fa354ebdadc2d42d166 Mon Sep 17 00:00:00 2001 From: Henry Fricke Date: Mon, 3 Aug 2026 20:22:17 -0600 Subject: [PATCH] Fix dead placeholder link in transfer_data.md Linked "CARC Systems documentation page" pointed to a bare "#" anchor with no real target; removed the dead link. Also live-tested the documented scp and rsync example commands (both directions) against easley with a throwaway test file - all four work verbatim as written. Checked the GUI tool links (FileZilla/WinSCP/Fetch/CyberDuck), all resolve. --- transfer_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transfer_data.md b/transfer_data.md index a15c0761..581586d4 100644 --- a/transfer_data.md +++ b/transfer_data.md @@ -2,7 +2,7 @@ ### Where is your data? -Your home directory, `/users/your-user-name/`, is shared across all CARC machines, meaning that once your data has been uploaded to your home directory, it is accessible regardless of which machine you are logged in to. Refer to our [CARC Systems documentation page](#) for details on CARC systems. +Your home directory, `/users/your-user-name/`, is shared across all CARC machines, meaning that once your data has been uploaded to your home directory, it is accessible regardless of which machine you are logged in to. ### Graphical User Interface (GUI) options