diff --git a/docs/MGHPCC/MGHPCC.md b/docs/MGHPCC/MGHPCC.md index d5a9855..330e087 100644 --- a/docs/MGHPCC/MGHPCC.md +++ b/docs/MGHPCC/MGHPCC.md @@ -1,5 +1,4 @@ # MGHPCC Transitions # -Latest updates on MGHPCC transitions available [here.](https://www.umass.edu/it/researchcomputing/mghpcc-transitions) *** For Users Moving from Shared/MGHPCC to Unity *** @@ -13,4 +12,4 @@ A full list of Slurm commands and their equivalents can be found [here](https:// *** How to Transfer Files From One HPC to Another *** -File transfer solutions can be found in our documentation [here](https://docs.unity.rc.umass.edu/managing-files/index.html#:~:text=look%20like%20this%3A-,Globus,-Globus%20Connect%20allows). \ No newline at end of file +File transfer solutions can be found in our documentation [here](../managing-files/globus2.md). diff --git a/docs/transfers/transfers.md b/docs/managing-files/globus2.md similarity index 100% rename from docs/transfers/transfers.md rename to docs/managing-files/globus2.md diff --git a/mkdocs.yml b/mkdocs.yml index 9222acb..bd720d2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,7 +29,7 @@ nav: - Introduction: "managing-files/intro.md" - OnDemand: "managing-files/ood.md" - "Console - SCP/Rsync": "managing-files/cli.md" - - Globus: "managing-files/globus.md" + - Globus: "managing-files/globus2.md" - FileZilla: "managing-files/filezilla.md" - Job Scheduling: - Introduction: "slurm/index.md" @@ -55,5 +55,4 @@ nav: - Partition List: "technical/partitionlist.md" - Storage: "technical/storage.md" - MGHPCC Transitions: "MGHPCC/MGHPCC.md" - - File Transfers: "transfers/transfers.md" - Cluster Updates: "updates/index.md"