Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions for-instructors/dogfooding.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ our users will use on the day of the workshop.

You'll need to be familiar with the following processes:

* [](../reference/01-starting-your-server.md)
* [](../reference/02-stopping-your-server.md)
* [](../reference/03-gh-auth.md)
* [](/reference/01-starting-your-server.md)
* [](/reference/02-stopping-your-server.md)
* [](/reference/03-gh-auth.md)

Once you've set up GitHub authentication, you can use Git normally.

Expand All @@ -23,7 +23,7 @@ We have installed
[`jupyter-myst-build-proxy`](https://github.com/ryanlovett/jupyter-myst-build-proxy)
which builds the MyST site on-demand.

See [](../reference/04-using-myst.md) for instructions.
See [](/reference/04-using-myst.md) for instructions.


### Tradeoffs
Expand Down
2 changes: 1 addition & 1 deletion for-instructors/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Follow the [Diátaxis](https://diataxis.fr) principles for your audience!

### Vocabulary

All vocabulary should be defined in the [](../reference/00-vocabulary.md) page.
All vocabulary should be defined in the [](/reference/00-vocabulary.md) page.
Follow the pre-existing pattern to add new terms.

References should be conscious of case.
Expand Down
4 changes: 2 additions & 2 deletions joining-late.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
If you're joining late, you may have missed a prior instruction to start your CryoCloud server,
clone the workshop website and set up GitHub authentication.

To start your CryoCloud server, visit the reference section [](../../reference/01-starting-your-server.md).
To start your CryoCloud server, visit the reference section [](/reference/01-starting-your-server.md).

To clone the workshop repository, open a terminal in your CryoCloud JupyterLab server:

Expand All @@ -29,5 +29,5 @@ Resolving deltas: 100% (229/229), done.

**Finally, you'll need to setup GitHub authentication to push to GitHub**, which is required to
complete some modules (e.g. module 5).
Please follow the instructions at [](../../reference/03-gh-auth.md).
Please follow the instructions at [](/reference/03-gh-auth.md).
::::::
2 changes: 1 addition & 1 deletion modules/05-sharing-and-publishing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ instance with MyST pre-installed.
CryoCloud also comes with a special configuration for building a MyST site without the
use of the terminal.

To preview a MyST site in JupyterLab, view instructions in the reference section [](../../reference/04-using-myst.md).
To preview a MyST site in JupyterLab, view instructions in the reference section [](/reference/04-using-myst.md).

:::{note} The normal way (without JupyterLab)
:class: dropdown
Expand Down
4 changes: 2 additions & 2 deletions reference/01-starting-your-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exist after you stop and restart your server.**
Once you're logged in to [the CryoCloud JupyterHub](https://hub.cryointhecloud.com),
you'll be presented with a screen like this:

![](../assets/images/cryocloud-server-options.png)
![](/assets/images/cryocloud-server-options.png)

Select:

Expand All @@ -38,6 +38,6 @@ using it.
When you click start, CryoCloud will begin creating your personal server.
You should see a progress bar like this:

![](../assets/images/cryocloud-server-starting.png)
![](/assets/images/cryocloud-server-starting.png)

After a few moments, you'll be presented with the JupyterLab interface.
2 changes: 1 addition & 1 deletion reference/02-stopping-your-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Your "Hub Control Panel" allows you to manage your server.

To access the control panel, click **File**, then **Hub Control Panel**.

![](../assets/images/cryocloud-hub-control-panel.png)
![](/assets/images/cryocloud-hub-control-panel.png)

Click **Stop My Server**, and wait a few seconds.
Once your server is stopped, the **Stop My Server** button will disappear.