diff --git a/courses/advanced/01-introduction/setup.md b/courses/advanced/01-introduction/setup.md index 812bf52e..3eb7a254 100644 --- a/courses/advanced/01-introduction/setup.md +++ b/courses/advanced/01-introduction/setup.md @@ -83,7 +83,7 @@ I will use CLion in class, and I recommend you to use it as well so you can foll You might want to explore the folder `.github/workflows` to see how it works, but you don't need to change anything there. -![tests-meme.png](tests-meme.png) +![tests-meme.png](../../tests-meme.png) Every commit you push to your repository will be automatically tested through Github Actions. You can see the results of the tests by clicking on the "Actions" tab on your repository. diff --git a/courses/algorithms/01-introduction/README.md b/courses/algorithms/01-introduction/README.md index 30cd35b6..b6d3e984 100644 --- a/courses/algorithms/01-introduction/README.md +++ b/courses/algorithms/01-introduction/README.md @@ -83,7 +83,7 @@ I will use CLion in class, and I recommend you to use it as well so you can foll You might want to explore the folder `.github/workflows` to see how it works, but you don't need to change anything there. -![tests-meme.png](tests-meme.png) +![tests-meme.png](../../tests-meme.png) Every commit you push to your repository will be automatically tested through Github Actions. You can see the results of the tests by clicking on the "Actions" tab on your repository. diff --git a/courses/algorithms/01-introduction/tests-meme.png b/courses/tests-meme.png similarity index 100% rename from courses/algorithms/01-introduction/tests-meme.png rename to courses/tests-meme.png