From ef0b3868400a4babf3c537d837174c1cefef88c8 Mon Sep 17 00:00:00 2001
From: Xin Li <lxin@kth.se>
Date: Fri, 24 Aug 2018 10:46:40 +0200
Subject: [PATCH] updated link to instructions

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

diff --git a/README.md b/README.md
index 039124a..8d4a9a1 100644
--- a/README.md
+++ b/README.md
@@ -48,16 +48,13 @@ The aim of these exercises is to give an introduction to OpenMP programming.
 All examples are available in both C and Fortran90.
 
 - OpenMP Intro lab: 
-  - [Instructions](intro_lab/OpenMPlab-assigment.pdf)
+  - [Instructions](intro_lab/README.md)
   - Simple hello world program [in C](intro_lab/hello.c) and [in Fortran](intro_lab/hello.f90)
   - Calculate pi [in C](intro_lab/pi.c) and [in Fortran](intro_lab/pi.f90)
   - Solutions will be made available later during the lab
 - OpenMP Advanced Lab: 
-  - [Instructions](advanced_lab/ompproj.pdf)
+  - [Instructions](advanced_lab/README.md)
   - In C: [shwater2d.c](advanced_lab/c/shwater2d.c), [vtk_export.c](advanced_lab/c/vtk_export.c) and [Makefile](advanced_lab/c/Makefile)
   - In Fortran: [shwater2d.f90](advanced_lab/f90/shwater2d.f90), [vtk_export.f90](advanced_lab/f90/vtk_export.f90) and [Makefile](advanced_lab/f90/Makefile)
   - Solutions will be made available later during the lab
 
-
-
-
-- 
GitLab