From 38753aab74626ba93072937ea149782b8f82205f Mon Sep 17 00:00:00 2001 From: Owen Green Date: Mon, 27 Apr 2020 22:14:52 +0100 Subject: [PATCH] Update README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 098d821..128b5b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fluid Corpus Manipulation: SuperCollider Objects Library -This repository hosts code for generating the SC objects and documentation resources for the Fluid Corpus Manipulation Project. Much of the actual code that does the exciting stuff lives in this repository's principal dependency, the [Fluid Corpus Manipulation Library](). +This repository hosts code for generating the SC objects and documentation resources for the Fluid Corpus Manipulation Project. Much of the actual code that does the exciting stuff lives in this repository's principal dependency, the [Fluid Corpus Manipulation Library](https://github.com/flucoma/flucoma-core). ## Pre-requisites @@ -13,7 +13,7 @@ This repository hosts code for generating the SC objects and documentation resou These will be downloaded and configured automatically, unless you pass CMake a source code location on disk for each (see below): -- [Fluid Corpus Manipulation Library]() +- [Fluid Corpus Manipulation Library](https://github.com/flucoma/flucoma-core) - [Eigen](https://gitlab.com/libeigen/eigen) (3.3.5) - [HISSTools Library](https://github.com/AlexHarker/HISSTools_Library)