From 59da228ff26cb8c6d1f215a279c61e35e5677293 Mon Sep 17 00:00:00 2001
From: lazariv <taras.lazariv@tu-dresden.de>
Date: Fri, 27 Aug 2021 11:18:03 +0000
Subject: [PATCH] Fix checks again and again

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/overview.md   | 5 +++--
 doc.zih.tu-dresden.de/docs/software/machine_learning.md | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/overview.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/overview.md
index 055503cc1..4c09103dc 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/overview.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/overview.md
@@ -29,7 +29,7 @@ properly:
 It is important to design your data workflow according to characteristics, like I/O footprint
 (bandwidth/IOPS) of the application, size of the data, (number of files,) and duration of the
 storage to efficiently use the provided storage and filesystems.
-The page [filesystems](file_systems.md) holds a comprehensive documentation on the different 
+The page [filesystems](file_systems.md) holds a comprehensive documentation on the different
 filesystems.
 <!--In general, the mechanisms of
 so-called--> <!--[Workspaces](workspaces.md) are compulsory for all HPC users to store data for a
@@ -172,4 +172,5 @@ changing permission command (i.e `chmod`) valid for ZIH system as well. The **gr
 contains members of your project group. Be careful with 'write' permission and never allow to change
 the original data.
 
-Useful links: [Data Management]**todo link**, [Filesystems]**todo link**, [Project Management]**todo link**, [Preservation research data[**todo link**
+Useful links: [Data Management]**todo link**, [Filesystems]**todo link**,
+[Project Management]**todo link**, [Preservation research data[**todo link**
diff --git a/doc.zih.tu-dresden.de/docs/software/machine_learning.md b/doc.zih.tu-dresden.de/docs/software/machine_learning.md
index dc280d7c6..cd0bfea07 100644
--- a/doc.zih.tu-dresden.de/docs/software/machine_learning.md
+++ b/doc.zih.tu-dresden.de/docs/software/machine_learning.md
@@ -141,7 +141,7 @@ still need to download some datasets use [DataMover](../../data_transfer/data_mo
 ### The ImageNet dataset
 
 The ImageNet project is a large visual database designed for use in visual object recognition
-software research. In order to save space in the file system by avoiding to have multiple duplicates
+software research. In order to save space in the filesystem by avoiding to have multiple duplicates
 of this lying around, we have put a copy of the ImageNet database (ILSVRC2012 and ILSVR2017) under
 `/scratch/imagenet` which you can use without having to download it again. For the future,
 the ImageNet dataset will be available in warm_archive. ILSVR2017 also includes a dataset for
-- 
GitLab