Skip to content

Commit d5d81cb

Browse files
authored
Fix link in instructor-guide.md
Link to JupyterHub instructions was pointing to https://github.com/valentina-s/oceanhackweek.github.io/blob/instructor-guide/resources/prep/jupyterhub.md rather than using a relative link to ../resources/prep/jupyterhub.md
1 parent 487a670 commit d5d81cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/organizing/instructor-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Although the content of your tutorial may not seem a lot when presented as stand
4242

4343
Oceanhackweek usualy provides a JupyterHub environment within which participants can run any interactive tutorials. As an instructor you will have to ensure that your tutorial can run within the environment. For that you will need to:
4444
* provide your github username to the organizing team so that you get added to JupyterHub
45-
* familiarize yourself with the JupyterHub environment ([JupyterHub Intro](https://github.com/valentina-s/oceanhackweek.github.io/blob/instructor-guide/resources/prep/jupyterhub.md))
45+
* familiarize yourself with the JupyterHub environment ([JupyterHub Intro](../resources/prep/jupyterhub.md))
4646
* Identify which packages (and corresponding versions) you will need for the tutorial and provide them to the organizing team so that they are included into an image for building the JupyterHub (those can be PyPi, `conda`/`conda-forge`, R)
4747
* Contribute your tutorial content to the corresponding OHWYY branch in [https://github.com/oceanhackweek/ohw-tutorials/](https://github.com/oceanhackweek/ohw-tutorials/)
4848
* Ensure participants have access to the datasets used in the tutorial

0 commit comments

Comments
 (0)