From 76fe6a47d9e97dbd762a454c7f5337d04b2e4068 Mon Sep 17 00:00:00 2001
From: Kjartan Thor Wikfeldt <ktwikfeldt@gmail.com>
Date: Wed, 14 Aug 2019 10:05:29 +0200
Subject: [PATCH] add link to source files

---
 advanced_lab/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/advanced_lab/README.md b/advanced_lab/README.md
index 303086c..08e5930 100644
--- a/advanced_lab/README.md
+++ b/advanced_lab/README.md
@@ -56,7 +56,8 @@ instructions](https://www.pdc.kth.se/support/documents/courses/summerschool.html
 
 ### 1. Parallelize the code. 
 
-Start with the file ``shwater2d.(c/f90)``, add OpenMP statements to make it run in
+Start with the file [shwater2d.c](c/shwater2d.c) or 
+[shwater2d.f](f90/shwater2d.f90), add OpenMP statements to make it run in
 parallel and make sure the computed solution is correct. Some advice are given
 below
 
-- 
GitLab