diff --git a/dev-requirements.txt b/dev-requirements.txt index a7e881aa4b..9efdb37d30 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,5 +6,5 @@ # update basehub's default values to reference the new image. chartpress==2.* -# requests is used by extra_scripts/rsync-active-users.py +# requests is used by scripts in the /extra-scripts folder requests==2.* diff --git a/docs/hub-deployment-guide/hubs/other-hub-ops/move-hub.md b/docs/hub-deployment-guide/hubs/other-hub-ops/move-hub.md index 3098fd4fd1..11fa244b46 100644 --- a/docs/hub-deployment-guide/hubs/other-hub-ops/move-hub.md +++ b/docs/hub-deployment-guide/hubs/other-hub-ops/move-hub.md @@ -182,7 +182,7 @@ AzureFile needs to be mounted in the source NFS VM in order to copy the data. ```{note} If the total size of the home directories is considerable, then copying the files from one cluster to another might take a long time. So make sure you have enough time to perform this operation and check the transfer rates once the data transfer starts. -Tip: You can use [this script](https://github.com/2i2c-org/infrastructure/tree/HEAD/extra_scripts/rsync-active-users.py) that performs a parallel `rsync` of home directories for active users only. +Tip: You can use [this script](https://github.com/2i2c-org/infrastructure/tree/HEAD/extra-scripts/rsync-active-users.py) that performs a parallel `rsync` of home directories for active users only. ```