From 7587107cdbc644dc2040e0fd59504e46da759b77 Mon Sep 17 00:00:00 2001 From: lazariv <taras.lazariv@tu-dresden.de> Date: Fri, 27 Aug 2021 10:37:53 +0000 Subject: [PATCH] Fix links --- doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md | 3 +-- doc.zih.tu-dresden.de/docs/software/overview.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md index 73a0da604..a17f49742 100644 --- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md +++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md @@ -28,8 +28,7 @@ marie@compute$ R ``` Using `srun` is recommended only for short test runs, while for larger runs batch jobs should be -used. The examples can be found [here](get_started_with_hpcda.md) or -[here](../jobs_and_resources/slurm.md). +used. The examples can be found [here](../jobs_and_resources/slurm.md). It is also possible to run `Rscript` command directly (after loading the module): diff --git a/doc.zih.tu-dresden.de/docs/software/overview.md b/doc.zih.tu-dresden.de/docs/software/overview.md index 835d22204..bdf96b20b 100644 --- a/doc.zih.tu-dresden.de/docs/software/overview.md +++ b/doc.zih.tu-dresden.de/docs/software/overview.md @@ -47,8 +47,8 @@ The [Jupyter Notebook](https://jupyter.org/) is an open-source web application t documents containing live code, equations, visualizations, and narrative text. There is a [JupyterHub](../access/jupyterhub.md) service on ZIH systems, where you can simply run your Jupyter notebook on compute nodes using [modules](#modules), preloaded or custom virtual environments. -Moreover, you can run a [manually created remote jupyter server](deep_learning.md) for more specific -cases. +Moreover, you can run a [manually created remote jupyter server](../archive/install_jupyter.md) +for more specific cases. ## Containers -- GitLab