From 1119124c9f89fc8b8f0d79c4a188a7a1304d47cb Mon Sep 17 00:00:00 2001
From: Rene Halver <r.halver@fz-juelich.de>
Date: Thu, 3 Dec 2020 11:59:09 +0100
Subject: [PATCH] Fixed links and removed unneeded page

---
 content/_index.md  |  8 ++++----
 content/methods.md | 32 --------------------------------
 content/videos.md  |  2 +-
 3 files changed, 5 insertions(+), 37 deletions(-)
 delete mode 100644 content/methods.md

diff --git a/content/_index.md b/content/_index.md
index aeed29f..43f0d7b 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -18,15 +18,15 @@ The main focus is to offer a selection of load-balancing solutions that can be
 included into existing codes in order to improve the scaling behavior, especially on
 large-scale process configurations.
 
-The library is available for free [**download**](https://gitlab.version.fz-juelich.de/SLMS/loadbalancing/-/releases). If
-you use it in your research or in your production code, please cite our website: [**Bibtex**](/files/bibtex/libALL.bib).
+The library is available for free <a href="https://gitlab.version.fz-juelich.de/SLMS/loadbalancing/-/releases" target="_blank">here</a>. If
+you use it in your research or in your production code, please cite our website: [**Bibtex**](/websites/all-website/files/bibtex/libALL.bib).
 
 ### Dokumentation ###
 
-You can find the documentation of the library here: [Documentation](/websites/sphinx), which provides an overview about how to build
+You can find the documentation of the library here: [Documentation](/websites/all-website/sphinx), which provides an overview about how to build
 the library and how to include it into your own code. Also you can find the documentation of the provided functions and a description
 of our example codes provided with the library.
 
 ### Videos ###
 
-In the [Videos](/websites/videos) section you find some videos showcasing different methods provided by the library. 
+In the [Videos](/websites/all-website/videos) section you find some videos showcasing different methods provided by the library. 
diff --git a/content/methods.md b/content/methods.md
deleted file mode 100644
index ed77c6f..0000000
--- a/content/methods.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: Methods
-layout: main
----
-
-The following methods are currently included in the ALL software library.
-
-## Tensor-based adjustment
-
-## Staggered adjustment
-
-<video preload="none" height="720" width="1280" controls poster>
-<source src="/websites/all-website/videos/animation_stag.mp4" type="video/mp4" >
-<source src="/websites/all-website/videos/animation_stag.ogg" type="video/ogg" >
-<source src="/websites/all-website/videos/animation_stag.avi" type="video/avi" >
-Your browser does not support the video tag.
-</video>
-
-## Force-based adjustment
-
-## Voronoi
-
-## Histogram-based adjustment
-
-<video preload="none" height="720" width="1280" controls poster>
-<source src="/websites/all-website/videos/animation_hist.mp4" type="video/mp4" >
-<source src="/websites/all-website/videos/animation_hist.ogg" type="video/ogg" >
-<source src="/websites/all-website/videos/animation_hist.avi" type="video/avi" >
-Your browser does not support the video tag.
-</video>
-
-## Hierarchical adjustment
diff --git a/content/videos.md b/content/videos.md
index 047cbd4..7389404 100644
--- a/content/videos.md
+++ b/content/videos.md
@@ -1,5 +1,5 @@
 ---
-title: Tests
+title: Videos
 layout: main
 ---
 
-- 
GitLab