From d2e897d7d53c4560b2114803b7c54b4da6ec0938 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Mon, 28 Aug 2017 15:10:47 -0400 Subject: [PATCH] updating changelog links --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cd5418..50232c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ * [Code coverage](https://coveralls.io/github/Tonejs/Tone.js) analysis * [Dev build](https://tonejs.github.io/build/dev/Tone.js) with each successful commit -* [Versioned docs](https://tonejs.github.io/docs/Tone) plus a [dev build](https://tonejs.github.io/docs/dev/Tone) of the docs on successful commits +* [Versioned docs](https://tonejs.github.io/docs/Tone) plus a [dev build of the docs](https://tonejs.github.io/docs/dev/Tone) on successful commits * Tone.AudioNode is base class for all classes which generate or process audio * [Tone.Sampler](https://tonejs.github.io/docs/Sampler) simplifies creating multisampled instruments * [Tone.Solo](https://tonejs.github.io/docs/Solo) makes it easier to mute/solo audio * [Mixer](https://tonejs.github.io/examples/#mixer) and [sampler](https://tonejs.github.io/examples/#sampler) examples -* Making type-checking static -* [TransportTimelineSignal](https://tonejs.github.io/docs/TransportTimelineSignal) is a signal which can be scheduled along the Transport +* Making type-checking methods static +* [Tone.TransportTimelineSignal](https://tonejs.github.io/docs/TransportTimelineSignal) is a signal which can be scheduled along the Transport ### r10