diff --git a/labs/lab1-parallel-box-blur-filter/README.md b/labs/lab1-parallel-box-blur-filter/README.md index 881598f1d4e94f8685a58e0ff255d61257ae7738..1837af91a6c8bdae13e188138e4e8ad6c84a187e 100755 --- a/labs/lab1-parallel-box-blur-filter/README.md +++ b/labs/lab1-parallel-box-blur-filter/README.md @@ -11,7 +11,7 @@ code --force --install-extension scalameta.metals Use the following commands to make a fresh clone of your repository: ``` -git clone -b scalashop git@gitlab.epfl.ch:lamp/student-repositories-s21/cs206-GASPAR.git cs206-scalashop +git clone -b scalashop git@gitlab.epfl.ch:lamp/student-repositories-s22/cs206-GASPAR.git cs206-scalashop ``` ## Useful links @@ -59,7 +59,7 @@ By the time you are finished with this assignment, you will: ## Preliminaries Before we begin, we need to cover some basic data types and helper methods. -These utilities have already been implemented in the package object (in the file `package.scala`) for this +These utilities have already been implemented in the package object (in the file `common.scala`) for this exercise. First, we will use the `RGBA` type to refer to the value of an image pixel. We will limit ourselves to 32-bit pixel depth images, so we define `RGBA` to