From 99de9e9cfbabaca4fe0651cb92ba7b5d541b22f1 Mon Sep 17 00:00:00 2001 From: Noah Chase Date: Sun, 9 Jul 2017 21:07:30 -0400 Subject: [PATCH] update README's links to examples looks like this repo is now owned by regl-project, so the example links need to point to `regl-project.github.io`, not `mikolalysenko.github.io` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8a6a5e..b651de6 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Tools for working with audio in [regl](https://github.com/mikolalysenko/regl). Examples: -* [Beat detection](https://mikolalysenko.github.io/regl-audio/beats.html) -* [Cepstrum](https://mikolalysenko.github.io/regl-audio/cepstrum.html) -* [Pitch detection](https://mikolalysenko.github.io/regl-audio/pitch.html) +* [Beat detection](https://regl-project.github.io/regl-audio/beats.html) +* [Cepstrum](https://regl-project.github.io/regl-audio/cepstrum.html) +* [Pitch detection](https://regl-project.github.io/regl-audio/pitch.html) ## Examples Here is a simple beat detector: