diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d269cc..124bb81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 477f34b..680cdc8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/demo/push-to-github-pages.sh b/demo/push-to-github-pages.sh index 99fc273..14e1456 100755 --- a/demo/push-to-github-pages.sh +++ b/demo/push-to-github-pages.sh @@ -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 diff --git a/package.json b/package.json index 20ac75e..1751a23 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "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", @@ -12,7 +12,7 @@ } ], "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", @@ -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",