From b17f590a210799c08c898d7af2dfe26dc685509d Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio.bekerle@tugraz.at>
Date: Wed, 9 Sep 2020 08:55:53 +0200
Subject: [PATCH] Fix git repository url

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 14c7e55..38a4936 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 # Digital Signing Application
 
-[GitLab Repository](https://gitlab.tugraz.at/dbp/apps/Signature)
+[GitLab Repository](https://gitlab.tugraz.at/dbp/apps/signature)
 
 ## Local development
 
 ```bash
 # get the source
-git clone git@gitlab.tugraz.at:dbp/apps/Signature.git
-cd Signature
+git clone git@gitlab.tugraz.at:dbp/apps/signature.git
+cd signature
 git submodule update --init
 
 # install dependencies
-- 
GitLab