From ac6ddc1262bf1b0a6a612547a2c63fb78659965a Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Fri, 13 Sep 2024 12:32:00 +0200
Subject: [PATCH] Remove bad link.

- Fix prompt: module spider can and should be invoked on login node
---
 doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md
index f388bc4b0..cda341ebc 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md
@@ -202,15 +202,13 @@ ZIH systems. There is also a page with extensive set of [Slurm examples](slurm_e
 #### Available software
 
 Pre-installed software on our HPC systems is managed via [modules](../software/modules.md).
-You can see the
-[list of software that's already installed and accessible via modules](https://gauss-allianz.de/de/application?organizations%5B0%5D=1200).
 However, there are many different variants of these modules available. Each cluster has its own set
 of installed modules, depending on their purpose.
 
 Specific modules can be found with:
 
 ```console
-marie@compute$ module spider <software_name>
+marie@login$ module spider <software_name>
 ```
 
 ## Processing of Data for Input and Output
-- 
GitLab