diff --git a/docs/user-guide/tutorials/surf_research_cloud_setup.ipynb b/docs/user-guide/tutorials/surf_research_cloud_setup.ipynb
index ae28870d..29c77095 100644
--- a/docs/user-guide/tutorials/surf_research_cloud_setup.ipynb
+++ b/docs/user-guide/tutorials/surf_research_cloud_setup.ipynb
@@ -26,7 +26,7 @@
"Navigate to the [SURF Research Cloud Dashboard](https://portal.live.surfresearchcloud.nl/), and click \"access\" on the shared workspace.\n",
"\n",
"
\n",
- "**TIP**: You may sometimes hit a server error when accessing the workspace. If this happens, keep on trying (refresh), as the server spin-up can be a bit overloaded at times, but should get through eventually. Unfortunately this is out of our control.\n",
+ "**TIP**: You may sometimes hit a server error when accessing the workspace. If this happens, keep on trying (refresh), as the server spin-up can be a bit overloaded at times, but should get through eventually. Unfortunately this is out of our control. Clearing your browser cache and cookies, and/or trying via an incognito/private window may also help.\n",
"
\n",
"\n",
"## 3. Jupyter workspace layout and additional config\n",
@@ -42,11 +42,11 @@
"├── KERNEL-README.ipynb\n",
"├── data\n",
"│ └── datasets\n",
- "| └── storage-osl <--- The shared persistent storage\n",
+ "| └── virtualship-storage <--- The shared persistent storage\n",
"└── scratch\n",
"```\n",
"\n",
- "__Note__: the persistent storage folder may be called something slightly different in your instance, for example it may have a name specific to the course you are enrolled on, such as `data/storage-dyoc` or `data/storage-1-sept`.\n",
+ "__Note__: the persistent storage folder may be called something slightly different in your instance, for example it may have a name specific to the course you are enrolled on, such as `data/storage-osl`, `data/storage-dyoc` or `data/storage-1-sept`.\n",
"\n",
"In the Jupyter launcher, you can open a Terminal session by clicking on \"Terminal\" button under the \"Other\" section, or by going to the \"File\" menu --> \"New\" --> \"Terminal\". From here you can navigate the workspace directory structure and run commands.\n",
"\n",
@@ -54,7 +54,7 @@
"**INFO**: VirtualShip is a command line interface (CLI) based tool. We will be working predominantly via the command line in Terminal (typing out commands instead of pointing and clicking). If you are unfamiliar with what a CLI is, see [here](https://www.w3schools.com/whatis/whatis_cli.asp) for more information. In our case, the Terminal is just a way to access the CLI on the SURF RC virtual machine.\n",
"\n",
"\n",
- "The `data/storage-osl` folder is your persistent storage. Here you can make a folder (e.g., by running `mkdir data/storage-osl/{your-group-name}` as a command in the Terminal, replacing `{your-group-name}` with your group name) to house your work for the unit. This folder will be visible to anyone using the workspace, but only you will be able to make edits to it. This is the primary place you should store your `virtualship` configs and content relevant to this unit.\n",
+ "The `data/virtualship-storage` folder is your persistent storage. Here you can make a folder (e.g., by running `mkdir data/virtualship-storage/{your-group-name}` as a command in the Terminal, replacing `{your-group-name}` with your group name) to house your work for the unit. This folder will be visible to anyone using the workspace, but only you will be able to make edits to it. This is the primary place you should store your `virtualship` configs and content relevant to this unit.\n",
"\n",
"---\n",
"\n",
@@ -90,7 +90,7 @@
"\n",
"With the `virtualship` environment, you now have access to the `virtualship` command in your Terminal, which can be confirmed by running `virtualship --help`. \n",
"\n",
- "From here you can `cd` ('change directory') into `data/storage-osl/{your-name}` and run `virtualship` commands as you would on your local machine (see the VirtualShip [quickstart guide](https://virtualship.readthedocs.io/en/latest/user-guide/quickstart.html)). \n",
+ "From here you can `cd` ('change directory') into `data/virtualship-storage/{your-group-name}` and run `virtualship` commands as you would on your local machine (see the VirtualShip [quickstart guide](https://virtualship.readthedocs.io/en/latest/user-guide/quickstart.html)). \n",
"\n",
" \n",
"**TIP**: Return to your course-specific instructions/assignment notebook now if you were following along with this setup in class!\n",