From db473bcf901794139a25a15b8f9ca93ca480ebec Mon Sep 17 00:00:00 2001 From: Hayden <23709367+ZingBlue@users.noreply.github.com> Date: Tue, 10 Aug 2021 14:28:45 -0700 Subject: [PATCH 1/2] Update URL to use github.io webaudio.github.com no longer functions as Github Pages moved to github.io a few years ago. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d46b27a..89e141b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the latest editor's draft of the [W3C AudioWG](http://www.w3.org/2011/audio/)'s Web MIDI API. -You can preview the current version of the master branch [here](http://webaudio.github.com/web-midi-api/). +You can preview the current version of the master branch [here](http://webaudio.github.io/web-midi-api/). # Tests From ae904d6a0db69b51ded72a57a4839a76382dcd89 Mon Sep 17 00:00:00 2001 From: Hayden <23709367+ZingBlue@users.noreply.github.com> Date: Tue, 10 Aug 2021 14:42:15 -0700 Subject: [PATCH 2/2] Use HTTPS in URLs Not really necessary, but why not? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89e141b..cfd98fa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Web MIDI API Spec -This repository contains the latest editor's draft of the [W3C AudioWG](http://www.w3.org/2011/audio/)'s Web MIDI API. +This repository contains the latest editor's draft of the [W3C AudioWG](https://www.w3.org/2011/audio/)'s Web MIDI API. -You can preview the current version of the master branch [here](http://webaudio.github.io/web-midi-api/). +You can preview the current version of the master branch [here](https://webaudio.github.io/web-midi-api/). # Tests