From 7aee649e730f1e8bb29029a9051a13cf56311048 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Wed, 10 Aug 2016 21:05:27 +0200 Subject: [PATCH] fix links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 661cd6d..deed959 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ if you're a developer and just interested in the code for the glitch effect, the third party code used in this experiment --- * [localforage](https://github.com/mozilla/localForage) by [mozilla](https://github.com/mozilla), Apache License 2.0 -* [requirejs](http://requirejs.org/), by [jrburke](jrburke), BSD & MIT license -* [almond](https://github.com/jrburke/almond), by [jrburke](jrburke), BSD & MIT license +* [requirejs](http://requirejs.org/), by [jrburke](https://github.com/jrburke), BSD & MIT license +* [almond](https://github.com/jrburke/almond), by [jrburke](https://github.com/jrburke), BSD & MIT license * [javascript-md5](https://blueimp.github.io/JavaScript-MD5/), by [blueimp](https://github.com/blueimp), MIT license * [reqwest](https://github.com/ded/reqwest/), by [ded](https://github.com/ded), MIT license * [glitch-canvas](https://github.com/snorpey/glitch-canvas/), by [snorpey](https://github.com/snorpey), MIT license