From a41eeffca87cc8eff384bba8fc9ce804d6f61a37 Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Thu, 18 Oct 2018 14:50:34 +0200
Subject: [PATCH] link to LICENSE.md from README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dfd5bbce23..7e2ca51ed1 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ License
 
 DuMuX is licensed under the terms and conditions of the GNU General
 Public License (GPL) version 2 or - at your option - any later
-version. The GPL can be [read online][5] or in the `LICENSE.md` file
+version. The GPL can be [read online][5] or in the [LICENSE.md](LICENSE.md) file
 provided in the topmost directory of the DuMuX source code tree.
 
 Please note that DuMuX' license, unlike DUNE's, does *not* feature a
@@ -34,7 +34,7 @@ files if you want to redistribute your program to third parties. If
 this is unacceptable to you, please [contact us][6] for a commercial
 license.
 
-See the file `LICENSE.md` for full copying permissions.
+See the file [LICENSE.md](LICENSE.md) for full copying permissions.
 
 Automated Testing
 ==================
-- 
GitLab