From 45b48568636cc02abf662eae843d0cda148775e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20C=C3=B4t=C3=A9?= Date: Thu, 4 Jun 2020 07:52:36 -0400 Subject: [PATCH] Update documentation links --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4c6490c0d..dbe202310 100644 --- a/README.md +++ b/README.md @@ -218,18 +218,17 @@ input.addListener('pitchbend', "all", function(e) { ## API Documentation -The [API for WebMidi.js](http://djipco.github.io/webmidi/latest/classes/WebMidi.html) is fully -documented and I take pride in maintaining good API documentation. If you spot an error (even -something minor) or think a topic should be made clearer, do not hesitate to +The [API for WebMidi.js](https://webmidijs.org/docs/v2.5.1/index.html) is fully documented and I take +pride in maintaining good API documentation. If you spot an error (even something minor) or think a +topic should be made clearer, do not hesitate to [file an issue](https://github.com/djipco/webmidi/issues) or, better yet, send a PR. -˚ -Here is a link to the full -**[API Reference](http://djipco.github.io/webmidi/latest/classes/WebMidi.html)**. You can also find -the API reference in portable format inside the `docs` folder. + +Here is a link to the full **[API Reference](https://webmidijs.org/docs/v2.5.1/index.html)**. You can +also find the API reference in portable format inside the `docs` folder. By the way, legacy -[documentation for version 1.0.0-beta.15](http://djipco.github.io/webmidi/v1.0.0-beta.15/classes/WebMidi.html) -will also remain available online as long as necessary. +[documentation for version 1.0.0-beta.15](https://webmidijs.org/docs/v1.0.0-beta.15/index.html) will +also remain available online as long as necessary. ## More code examples