From 89d35bc49f20ed99fdfdbc89117f674ddf162a9d Mon Sep 17 00:00:00 2001
From: Ilya Zhukov <i.zhukov@fz-juelich.de>
Date: Fri, 9 May 2025 17:01:15 +0200
Subject: [PATCH] Fix broken link

---
 docs/using-gpus.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/using-gpus.md b/docs/using-gpus.md
index 2eedff68..4fb94c70 100644
--- a/docs/using-gpus.md
+++ b/docs/using-gpus.md
@@ -378,7 +378,7 @@ If you want more details, you can find the documentation for our various systems
 
 - [JUWELS documentation: GPU Computing](https://apps.fz-juelich.de/jsc/hps/juwels/gpu-computing.html)
 - [JURECA documentation: GPU Computing](https://apps.fz-juelich.de/jsc/hps/jureca/gpu-computing.html)
-- [JUSUF documentation: GPU Computing](https://apps.fz-juelich.de/jsc/hps/jusuf/cluster/gpu-computing.html)
+- [JUSUF documentation: GPU Computing](https://apps.fz-juelich.de/jsc/hps/jusuf/gpu-computing.html)
 
 The [CUDA SDK](https://docs.nvidia.com/cuda/) documentation gives you detailed information about how to develop CUDA code.
 There are also excellent articles in the web for learning CUDA like [An Even Easier Introduction to CUDA](https://developer.nvidia.com/blog/even-easier-introduction-cuda/) or [An Introduction to CUDA-Aware MPI](https://developer.nvidia.com/blog/introduction-cuda-aware-mpi/).
-- 
GitLab