From 4c6eab307042324580345caecbe9b26d148396ae Mon Sep 17 00:00:00 2001
From: Hallvard Traetteberg <hal@ntnu.no>
Date: Wed, 21 Mar 2018 23:31:56 +0100
Subject: [PATCH] Fixed link syntax

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

diff --git a/README.md b/README.md
index 4589f96..35529c1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Example repository for the TDT4140 course, Spring 2018
 
 This repository contains templates and examples for the TDT4140 course, for Spring 2018. Currently, it contains two project, both using maven as build system and configured for using Eclipse:
-* [tdt4140-gr18nn](tdt4140-gr18nn/README.md]: Template for JavaFX project with two sub-modules, one for the model and one for the UI. To use the template, copy the whole structure and systematically rename files and edit file contents to match your group number.
-* [tdt4140-gr1800](tdt4140-gr1800/README.md]: Example project based on the template, and extended to include a web server module.
+* [tdt4140-gr18nn](tdt4140-gr18nn/README.md): Template for JavaFX project with two sub-modules, one for the model and one for the UI. To use the template, copy the whole structure and systematically rename files and edit file contents to match your group number.
+* [tdt4140-gr1800](tdt4140-gr1800/README.md): Example project based on the template, and extended to include a web server module.
-- 
GitLab