Skip to content

Commit

Permalink
chore: Update URLs after moving projects (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Mar 4, 2022
1 parent b258b86 commit a864ebc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Bugfixes:

Features:
- Added a demo / manual testing page
- https://google.github.io/eme-encryption-scheme-polyfill/demo/
- https://shaka-project.github.io/eme-encryption-scheme-polyfill/demo/


## 1.0.0 (2019-11-18)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A polyfill to add support for EncryptionScheme queries in EME and
MediaCapabilities.

- https://wicg.github.io/encrypted-media-encryption-scheme/
- https://google.github.io/eme-encryption-scheme-polyfill/demo/
- https://shaka-project.github.io/eme-encryption-scheme-polyfill/demo/
- https://github.com/WICG/encrypted-media-encryption-scheme/issues/13
- https://github.com/w3c/media-capabilities/issues/100

Expand Down
4 changes: 2 additions & 2 deletions demo/push-to-github-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
set -e # Exit with nonzero exit code if anything fails
set -x # Show the commands being run

REPO=git@github.com:google/eme-encryption-scheme-polyfill.git
SOURCE_BRANCH=master
REPO=git@github.com:shaka-project/eme-encryption-scheme-polyfill.git
SOURCE_BRANCH=main
TARGET_BRANCH=gh-pages


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"version": "2.0.3",
"license": "Apache-2.0",
"author": "Google",
"homepage": "https://github.com/google/eme-encryption-scheme-polyfill#readme",
"homepage": "https://github.com/shaka-project/eme-encryption-scheme-polyfill#readme",
"maintainers": [
{
"name": "Joey Parrish",
"email": "joeyparrish@google.com"
}
],
"bugs": {
"url": "https://github.com/google/eme-encryption-scheme-polyfill/issues"
"url": "https://github.com/shaka-project/eme-encryption-scheme-polyfill/issues"
},
"scripts": {
"test": "npm run lint && npm run closure-compiler-check && npm run build",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/google/eme-encryption-scheme-polyfill.git"
"url": "git+https://github.com/shaka-project/eme-encryption-scheme-polyfill.git"
},
"keywords": [
"EME",
Expand Down

0 comments on commit a864ebc

Please sign in to comment.