From 34819053af91f3d2701e05d92f48f569180f8ae3 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Thu, 23 Jul 2020 14:54:34 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d1cfe429a..cb9b3412c 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,10 @@ However, please ensure that you only join resources in a single repository that
 
 Moreover, you should include a `Readme.md`-File in each repository that comprises a description of the repository's content and possibly the requirements (e.g., to solve the exercises). The latest version should always be available in the master branch. For further iterations of the course, version tags can be used.
 We recommend additional files
-   - **LICENSE** (may contain the legal license terms)
-   - **metadata.yaml** (as a first example see [some artemis exercise](https://sharing-codeability.uibk.ac.at/sharing/university-innsbruck/java/general/junit-quality-tests-exercise/-/blob/master/metadata.yaml)). The format ist described [here](https://sharing-codeability.uibk.ac.at/sharing/codeability-sharing-platform/-/wikis/technical/MetaData)
+   - `LICENSE` (may contain the legal license terms)
+   - `metadata.yaml` (as a first example see [some artemis exercise](https://sharing-codeability.uibk.ac.at/sharing/university-innsbruck/java/general/junit-quality-tests-exercise/-/blob/master/metadata.yaml)). The format ist described [here](https://sharing-codeability.uibk.ac.at/sharing/codeability-sharing-platform/-/wikis/technical/MetaData)
 
-To improve the search experience of relevant repositories, you can provide topics and a project description (see `Settings`/`General`). As a reference, you can take a look at a [demo repository]( https://sharing-codeability.uibk.ac.at/sharing/university-innsbruck/703078-ps-parallele-programmierung).
+To improve the search experience of relevant repositories, you can provide topics and a project description (see `Settings`/`General`). As a reference, you can take a look at a [demo repository](https://sharing-codeability.uibk.ac.at/sharing/university-innsbruck/java/general/junit-quality-tests-exercise).
 Note that in this version, all resources are published under the license CC BY-SA.
 
 ### 2.2 View Resources
-- 
GitLab