From 4d1fa84b84e5ebb3afe5f1ad55ecb5440e1c908e Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Wed, 17 May 2023 12:32:12 +0200 Subject: [PATCH] refactor: migrate media.prod.mdn.mozit.cloud URLs The contents are now archived: https://mdn.dev/archives/media/ --- .../web/api/document/afterscriptexecute_event/index.md | 2 +- .../web/api/document/beforescriptexecute_event/index.md | 2 +- files/en-us/web/api/document/currentscript/index.md | 2 +- files/en-us/web/api/document/mozsetimageelement/index.md | 2 +- .../web/api/domimplementation/createhtmldocument/index.md | 2 +- files/en-us/web/api/element/setcapture/index.md | 2 +- files/en-us/web/api/fullscreen_api/guide/index.md | 2 +- files/en-us/web/css/background-position-x/index.md | 2 +- files/en-us/web/css/background-position-y/index.md | 2 +- files/en-us/web/css/blend-mode/index.md | 2 +- files/en-us/web/css/box-decoration-break/index.md | 6 +++--- files/en-us/web/css/break-inside/index.md | 2 +- files/en-us/web/css/scaling_of_svg_backgrounds/index.md | 8 ++++---- .../web/events/creating_and_triggering_events/index.md | 2 +- files/en-us/web/guide/printing/index.md | 2 +- .../web/svg/namespaces_crash_course/example/index.md | 2 +- files/en-us/web/svg/svg_animation_with_smil/index.md | 2 +- files/en-us/web/svg/tutorial/getting_started/index.md | 2 +- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/files/en-us/web/api/document/afterscriptexecute_event/index.md b/files/en-us/web/api/document/afterscriptexecute_event/index.md index 41b5df9834f5987..bee2df977f71737 100644 --- a/files/en-us/web/api/document/afterscriptexecute_event/index.md +++ b/files/en-us/web/api/document/afterscriptexecute_event/index.md @@ -38,7 +38,7 @@ document.addEventListener("afterscriptexecute", finished, true); document.onafterscriptexecute = finished; ``` -[View Live Example](https://media.prod.mdn.mozit.cloud/samples/html/currentScript.html) +[View Live Example](https://mdn.dev/archives/media/samples/html/currentScript.html) ## Browser compatibility diff --git a/files/en-us/web/api/document/beforescriptexecute_event/index.md b/files/en-us/web/api/document/beforescriptexecute_event/index.md index 30ffc29df502292..62ff3203ef1800e 100644 --- a/files/en-us/web/api/document/beforescriptexecute_event/index.md +++ b/files/en-us/web/api/document/beforescriptexecute_event/index.md @@ -38,7 +38,7 @@ document.addEventListener("beforescriptexecute", starting, true); document.onbeforescriptexecute = starting; ``` -[View Live Example](https://media.prod.mdn.mozit.cloud/samples/html/currentScript.html) +[View Live Example](https://mdn.dev/archives/media/samples/html/currentScript.html) ## Browser compatibility diff --git a/files/en-us/web/api/document/currentscript/index.md b/files/en-us/web/api/document/currentscript/index.md index a7887f50ece2910..f290d279f371260 100644 --- a/files/en-us/web/api/document/currentscript/index.md +++ b/files/en-us/web/api/document/currentscript/index.md @@ -30,7 +30,7 @@ if (document.currentScript.async) { } ``` -[View Live Examples](https://media.prod.mdn.mozit.cloud/samples/html/currentScript.html) +[View Live Examples](https://mdn.dev/archives/media/samples/html/currentScript.html) ## Specifications diff --git a/files/en-us/web/api/document/mozsetimageelement/index.md b/files/en-us/web/api/document/mozsetimageelement/index.md index fd512d4c1af901b..0c64c1a432118b8 100644 --- a/files/en-us/web/api/document/mozsetimageelement/index.md +++ b/files/en-us/web/api/document/mozsetimageelement/index.md @@ -38,7 +38,7 @@ None ({{jsxref("undefined")}}). This example changes the background of a {{ HTMLElement("div") }} block each time the block is clicked by the user. -[View this example live](https://media.prod.mdn.mozit.cloud/samples/domref/mozSetImageElement.html). +[View this example live](https://mdn.dev/archives/media/samples/domref/mozSetImageElement.html). ```html