From 2ada128ce5ea710f425acf602e1293c858df5ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Wed, 22 Apr 2026 10:14:02 +0200 Subject: [PATCH] chore: Remove appspot references from source (#10015) Issue https://github.com/shaka-project/shaka-player/issues/9984 --- docs/design/current/ui.md | 2 +- lib/util/error.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/current/ui.md b/docs/design/current/ui.md index 503b66b61..13e147344 100644 --- a/docs/design/current/ui.md +++ b/docs/design/current/ui.md @@ -28,4 +28,4 @@ castProxy.player == ui.player For details on adding Shaka UI to your application, see [UI library tutorial]. -[UI library tutorial]: https://uipreview-dot-shaka-player-demo.appspot.com/docs/api/tutorial-ui.html +[UI library tutorial]: https://shaka-project.github.io/shaka-player/docs/api/tutorial-ui.html diff --git a/lib/util/error.js b/lib/util/error.js index d4e3ccda8..5eb31bf6c 100644 --- a/lib/util/error.js +++ b/lib/util/error.js @@ -709,7 +709,7 @@ shaka.util.Error.Code = { * or containers are supported by the browser. * * To see what your browser supports, you can check the JSON data dumped by - * http://support.shaka-player-demo.appspot.com/ + * https://shaka-project.github.io/shaka-player/support.html */ 'CONTENT_UNSUPPORTED_BY_BROWSER': 4032,