From bfdc5bafd58d94df964b4f5a49025a17592e4af4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 3 Dec 2014 11:28:16 +0200 Subject: [PATCH] fixed documentation link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e40628..96021f4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ --- -[Minified JS](https://github.com/Instrument/cyclops/raw/master/js/cyclops.min.js) | [AE Script](https://github.com/Instrument/cyclops/raw/master/aftereffects scripts/cyclops.jsx) | [Documentation](https://github.com/Instrument/cyclops/docs) +[Minified JS](https://github.com/Instrument/cyclops/raw/master/js/cyclops.min.js) | [AE Script](https://github.com/Instrument/cyclops/raw/master/aftereffects scripts/cyclops.jsx) | [Documentation](https://github.com/Instrument/cyclops/tree/master/docs) --- @@ -42,4 +42,4 @@ While this will vary greatly depending on the specifics of your team structure, 2. Create some motion 3. Export the motion 4. [Load the motion data via JavaScript](docs/instructions_javascript.md). -5. Animate HTML elements using the motion. \ No newline at end of file +5. Animate HTML elements using the motion.