From e1573fd5e83c67a44c709a49ee68a2567a6922b3 Mon Sep 17 00:00:00 2001
From: Ilya Zhukov <i.zhukov@fz-juelich.de>
Date: Tue, 13 May 2025 11:26:19 +0200
Subject: [PATCH] Fix LLview broken link.

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

diff --git a/docs/running-jobs.md b/docs/running-jobs.md
index 8f466757..ecd58374 100644
--- a/docs/running-jobs.md
+++ b/docs/running-jobs.md
@@ -550,7 +550,7 @@ Important to note is also the state of the job, which you can find on the right.
 
 Clicking on any of the jobs will cause the graphs to be populated at the bottom of the page if the job ran for more than a couple of minutes, depends on how often LLview is able to query the system state. The "Load on Node" gives you an idea of the evolution of the load placed on a node over time. The other two graphs show the evolution of I/O bandwidth and number of I/O operations per second for various storage tiers, you can change the storage tier by clicking on one of them in the bottom right (HOME, PROJECT, SCRATCH, FASTDATA).
 
-The two right-most columns can contain small pictograms, one of a chart and the other is the Adobe PDF icon. If they are available it means that job reports are available for the jobs. The chart pictogram takes you to a webpage-based interactive report. The PDF icon downloads a non-interactive PDF report. These contain detailed information on the job as well as error codes. They with a textual header listing important information regarding the job. Then, if the job ran long enough graphs of various metrics, like CPU and GPU usage, are presented. Finally a list of nodes and error messages is included at the end. The error messages are especially important as these can be Slurm diagnostic error messages that might be difficult for users to find. For more information see the [detailed-report documentation](https://apps.fz-juelich.de/jsc/llview/docu/detailed_reports.html).
+The two right-most columns can contain small pictograms, one of a chart and the other is the Adobe PDF icon. If they are available it means that job reports are available for the jobs. The chart pictogram takes you to a webpage-based interactive report. The PDF icon downloads a non-interactive PDF report. These contain detailed information on the job as well as error codes. They with a textual header listing important information regarding the job. Then, if the job ran long enough graphs of various metrics, like CPU and GPU usage, are presented. Finally a list of nodes and error messages is included at the end. The error messages are especially important as these can be Slurm diagnostic error messages that might be difficult for users to find. For more information see the [detailed-report documentation](https://apps.fz-juelich.de/jsc/llview/docu/jobreport/detailed_reports/).
 
 ### Jobs Ended Today
 
-- 
GitLab