diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f1ad850d..c4779d3c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@ -### Link to related issue (if applicable) +### Link to related issue (if applicable) -### Sumary of proposed changes +### Sumary of proposed changes ### Task list -- [ ] Tested on [supported browsers](https://github.com/Selz/plyr#browser-support) -- [ ] Gulp build completed \ No newline at end of file +- [ ] Tested on [supported browsers](https://github.com/sampotts/plyr#browser-support) +- [ ] Gulp build completed \ No newline at end of file diff --git a/changelog.md b/changelog.md index 1fc85a42..46547433 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,8 @@ # Changelog ## v2.0.12 -- Ability to set custom `blankUrl` for source changes (https://github.com/Selz/plyr/pull/504) -- Ability to set caption button listener (https://github.com/Selz/plyr/pull/468) +- Ability to set custom `blankUrl` for source changes (https://github.com/sampotts/plyr/pull/504) +- Ability to set caption button listener (https://github.com/sampotts/plyr/pull/468) ## v2.0.11 - Fix for `cleanUp` being called twice (thanks to @sebastiancarlsson) diff --git a/demo/index.html b/demo/index.html index 9877cf3c..c844dcd7 100644 --- a/demo/index.html +++ b/demo/index.html @@ -16,11 +16,11 @@

Plyr

-

A simple, accessible HTML5 media player by @sam_potts from @selz

+

A simple, accessible HTML5 media player by @sam_potts