From 4f910390e68c19d82443b9f1f3fe8a013c1d4641 Mon Sep 17 00:00:00 2001
From: Tobias Frisch <tfrisch@uni-koblenz.de>
Date: Sat, 9 Oct 2021 00:15:23 +0200
Subject: [PATCH] [#97] Corrected the links to the groups of modules

Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
---
 modules/asset_loader/README.md    | 2 +-
 modules/camera/README.md          | 2 +-
 modules/gui/README.md             | 2 +-
 modules/material/README.md        | 2 +-
 modules/meshlet/README.md         | 2 +-
 modules/scene/README.md           | 2 +-
 modules/shader_compiler/README.md | 2 +-
 modules/upscaling/README.md       | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modules/asset_loader/README.md b/modules/asset_loader/README.md
index 599dace9..61caa08a 100644
--- a/modules/asset_loader/README.md
+++ b/modules/asset_loader/README.md
@@ -14,4 +14,4 @@ A VkCV module to load basic assets like models, materials and images
 
 ## Docs
 
-Here is a [link](https://vkcv.de/branch/96-dokumentation-vervollstandigen/group__vkcv__asset.html) to this module.
+Here is a [link](https://vkcv.de/develop/group__vkcv__asset.html) to this module.
diff --git a/modules/camera/README.md b/modules/camera/README.md
index 84e8dda7..cd9e3e01 100644
--- a/modules/camera/README.md
+++ b/modules/camera/README.md
@@ -12,4 +12,4 @@ A VkCV module to manage cameras and their handle view and projection matrices
 
 ## Docs
 
-Here is a [link](https://vkcv.de/branch/96-dokumentation-vervollstandigen/group__vkcv__camera.html) to this module.
+Here is a [link](https://vkcv.de/develop/group__vkcv__camera.html) to this module.
diff --git a/modules/gui/README.md b/modules/gui/README.md
index a63454e2..07926405 100644
--- a/modules/gui/README.md
+++ b/modules/gui/README.md
@@ -12,5 +12,5 @@ A VkCV module to integrate GUI rendering to your application as additional pass
 
 ## Docs
 
-Here is a [link](https://vkcv.de/branch/96-dokumentation-vervollstandigen/group__vkcv__gui.html) to this module.
+Here is a [link](https://vkcv.de/develop/group__vkcv__gui.html) to this module.
 
diff --git a/modules/material/README.md b/modules/material/README.md
index 3f5ce591..c56a5cc1 100644
--- a/modules/material/README.md
+++ b/modules/material/README.md
@@ -4,4 +4,4 @@ A VkCV module to abstract typical kinds of materials for rendering
 
 ## Docs
 
-Here is a [link](https://vkcv.de/branch/96-dokumentation-vervollstandigen/group__vkcv__asset.html) to this module.
+Here is a [link](https://vkcv.de/develop/group__vkcv__asset.html) to this module.
diff --git a/modules/meshlet/README.md b/modules/meshlet/README.md
index 54af3388..2fe1a734 100644
--- a/modules/meshlet/README.md
+++ b/modules/meshlet/README.md
@@ -4,4 +4,4 @@ A VkCV module to divide vertex data of a mesh into meshlets
 
 ## Docs
 
-Here is a [link](https://vkcv.de/branch/96-dokumentation-vervollstandigen/group__vkcv__meshlet.html) to this module.
+Here is a [link](https://vkcv.de/develop/group__vkcv__meshlet.html) to this module.
diff --git a/modules/scene/README.md b/modules/scene/README.md
index da8a1a3b..4b759615 100644
--- a/modules/scene/README.md
+++ b/modules/scene/README.md
@@ -4,4 +4,4 @@ A VkCV module to load and manage a scene, simplify its rendering and potentially
 
 ## Docs
 
-Here is a [link](https://vkcv.de/branch/96-dokumentation-vervollstandigen/group__vkcv__scene.html) to this module.
+Here is a [link](https://vkcv.de/develop/group__vkcv__scene.html) to this module.
diff --git a/modules/shader_compiler/README.md b/modules/shader_compiler/README.md
index f9a3eedb..03b195e6 100644
--- a/modules/shader_compiler/README.md
+++ b/modules/shader_compiler/README.md
@@ -12,4 +12,4 @@ A VkCV module to compile shaders at runtime
 
 ## Docs
 
-Here is a [link](https://vkcv.de/branch/96-dokumentation-vervollstandigen/group__vkcv__shader.html) to this module.
+Here is a [link](https://vkcv.de/develop/group__vkcv__shader.html) to this module.
diff --git a/modules/upscaling/README.md b/modules/upscaling/README.md
index 09b474f8..fc64bf84 100644
--- a/modules/upscaling/README.md
+++ b/modules/upscaling/README.md
@@ -12,4 +12,4 @@ A VkCV module to upscale images in realtime
 
 ## Docs
 
-Here is a [link](https://vkcv.de/branch/96-dokumentation-vervollstandigen/group__vkcv__upscaling.html) to this module.
+Here is a [link](https://vkcv.de/develop/group__vkcv__upscaling.html) to this module.
-- 
GitLab