Skip to content

Commit

Permalink
Update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
djipco authored Jun 4, 2020
1 parent 730931d commit 45b4856
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 45b4856

Please sign in to comment.