From 5354fff582c2c62823f2b5333cfa38deca70b2f9 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Thu, 7 Dec 2023 21:30:53 +0100
Subject: [PATCH] Remove link

We do not have partitions anymore. Link is not dramaticaly relevant for the content
---
 doc.zih.tu-dresden.de/docs/archive/beegfs_on_demand.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/archive/beegfs_on_demand.md b/doc.zih.tu-dresden.de/docs/archive/beegfs_on_demand.md
index f7804c5fc..d44116c0b 100644
--- a/doc.zih.tu-dresden.de/docs/archive/beegfs_on_demand.md
+++ b/doc.zih.tu-dresden.de/docs/archive/beegfs_on_demand.md
@@ -10,8 +10,8 @@ search:
     This documentation page is outdated.
     Please see the [new BeeGFS page](../data_lifecycle/beegfs.md).
 
-**Prerequisites:** To work with TensorFlow you obviously need a [login](../application/overview.md) to
-the ZIH systems and basic knowledge about Linux, mounting, and batch system Slurm.
+**Prerequisites:** To work with TensorFlow you obviously need a [login](../application/overview.md)
+to the ZIH systems and basic knowledge about Linux, mounting, and batch system Slurm.
 
 **Aim** of this page is to introduce
 users how to start working with the BeeGFS filesystem - a high-performance parallel filesystem.
@@ -67,7 +67,7 @@ Check the status of the job with `squeue -u \<username>`.
 ## Mount BeeGFS Filesystem
 
 You can mount BeeGFS filesystem on the partition ml (PowerPC architecture) or on the
-partition haswell (x86_64 architecture), more information about [partitions](../jobs_and_resources/partitions_and_limits.md).
+partition haswell (x86_64 architecture).
 
 ### Mount BeeGFS Filesystem on the Partition `ml`
 
-- 
GitLab