From c923898b99d28434f08632f0738771b8406605aa Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@tu-dresden.de>
Date: Mon, 30 Aug 2021 13:19:18 +0200
Subject: [PATCH] software/pytorch.md: updated image link for jupyterhub

---
 doc.zih.tu-dresden.de/docs/software/pytorch.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/pytorch.md b/doc.zih.tu-dresden.de/docs/software/pytorch.md
index f8f0e6d0c..8d9ae71df 100644
--- a/doc.zih.tu-dresden.de/docs/software/pytorch.md
+++ b/doc.zih.tu-dresden.de/docs/software/pytorch.md
@@ -87,7 +87,7 @@ marie@ml$ python -c "import torch; print(torch.__version__)"
 In addition to using interactive and batch jobs, it is possible to work with Pytorch using JupyterHub.
 The production and test environments of JupyterHub contain Python kernels, that come with a Pytorch support.
 
-![Pytorch module in JupyterHub]**TODO**(misc/Pytorch_jupyter_module.png)
+![Pytorch module in JupyterHub](misc/Pytorch_jupyter_module.png)
 {: align="center"}
 
 ## Distributed Pytorch
-- 
GitLab