From 2da5affdce3bed382d425f208847fce5a6cdc8f8 Mon Sep 17 00:00:00 2001 From: Leo Caseiro Date: Sat, 22 May 2021 13:16:25 +1000 Subject: [PATCH] Fix links to tonal-app and tonaljs docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09c26ab..2b986f8 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ It uses a functional programing style: all functions are pure, there is no data mutation, entities are represented by data structures instead of objects, and lot of functions accept partial application. -#### [Demo](https://danigb.github.io/tonal-app/) +#### [Demo](https://tonaljs.github.io/tonal-app/) -#### [API documentation](http://danigb.github.io/tonal/) +#### [API documentation](http://tonaljs.github.io/tonal/) ## Examples