diff --git a/exercises/threads/instructions.md b/exercises/threads/instructions.md index ff36f3d..0f8d185 100644 --- a/exercises/threads/instructions.md +++ b/exercises/threads/instructions.md @@ -5,7 +5,7 @@ Source for this can be obtained from Github. Get a new copy with: ``` -git clone https://github.com/EPCCed/archer2-CPP-2021-07-20 +git clone https://github.com/EPCCed/archer2-cpp ``` or update your existing one with @@ -17,11 +17,9 @@ git pull then you can ``` -cd archer2-CPP-2021-07-20/exercises/threads +cd archer2-cpp/exercises/threads ``` - - `area.cpp` contains a C++ version of the Mandelbrot example which you used in Threaded Programming. Parallelise the outer loop of the main computation using C++