From 9910b0b56d954488c6a471101cc1146dc0c14b62 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Tue, 14 May 2024 14:17:24 +0200 Subject: [PATCH] Fix markdown style --- docs/cluster_guides/transfer_rackham.md | 4 ++-- docs/cluster_guides/transfer_transit.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cluster_guides/transfer_rackham.md b/docs/cluster_guides/transfer_rackham.md index af85ca268..89e10fc03 100644 --- a/docs/cluster_guides/transfer_rackham.md +++ b/docs/cluster_guides/transfer_rackham.md @@ -5,8 +5,8 @@ There are multiple ways to transfer files to/from Rackham: Method |Features --------------------------------------------------------------|--------------------------------------------- [Using a graphical program](#using-a-graphical-program) |Graphical interface, intuitive, for small amounts of data only -[Using SCP](#using-SCP) |Terminal, easy to learn, can be used in scripts -[Using SFTP](#using-SFTP) |Terminal, easy to learn, secure +[Using SCP](#using-scp) |Terminal, easy to learn, can be used in scripts +[Using SFTP](#using-sftp) |Terminal, easy to learn, secure [Using transit](#using-transit) |Terminal, easy to learn, secure, can transfer between HPC clusters Each of these methods is discussed below. diff --git a/docs/cluster_guides/transfer_transit.md b/docs/cluster_guides/transfer_transit.md index e1be2edc1..f38c0675c 100644 --- a/docs/cluster_guides/transfer_transit.md +++ b/docs/cluster_guides/transfer_transit.md @@ -13,8 +13,8 @@ There are multiple ways to transfer files to/from [Transit](../cluster_guides/tr Method |Features --------------------------------------------------------------|--------------------------------------------- [Using a graphical program](#using-a-graphical-program) |Graphical interface, intuitive, for small amounts of data only -[Using SFTP](#using-SFTP) |Terminal, easy to learn, secure -[Using SCP](#using-SCP) |:no_entry: only download, terminal, easy to learn, can be used in scripts +[Using SFTP](#using-sftp) |Terminal, easy to learn, secure +[Using SCP](#using-scp) |:no_entry: only download, terminal, easy to learn, can be used in scripts Each of these methods is discussed below.