From c78c0bfabbf5a8cd381ed71d3013d791101c4b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Myrland?= Date: Sat, 2 Oct 2021 00:42:34 +0200 Subject: [PATCH] Correct paths --- CONTRIBUTING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bee9f96..a7da4f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,13 +49,15 @@ git remote add upstream git@github.com:AriaMinaei/theatre.git ### `@theatre/core` -The core animation library. This project is located under -[`./theatre/core`](`/theatre/core). +The core animation library. + +This project is located under [`./theatre/core`](./theatre/core). ### `@theatre/studio` -The visual editor. This project is located under -[`./theatre/studio`](`/theatre/studio). +The visual editor. + +This project is located under [`./theatre/studio`](./theatre/studio). ### Commands