Skip to content

Commit fc65490

Browse files
committed
Removing references to old CDN (#10318)
* Start replacing old azureedge CDN * Update CDN url for html files * Remove last references to old CDN
1 parent a6acedd commit fc65490

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

common-docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Access to certain domains is necessary to allow the web editor to reach all the
99
* @homeurl@
1010
* https://makecode.com
1111
* https://trg-@targetid@.userpxt.io
12-
* https://pxt.azureedge.net
12+
* https://cdn.makecode.com
1313
* https://api.github.com
1414
* https://immersivereaderprod.cognitiveservices.azure.com
1515

docfiles/domains-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
addRow("@homeurl@")
401401
addRow("https://makecode.com");
402402
addRow("https://trg-@targetid@.userpxt.io");
403-
addRow("https://pxt.azureedge.net");
403+
addRow("https://cdn.makecode.com");
404404
addRow("https://api.github.com");
405405
addRow("https://immersivereaderprod.cognitiveservices.azure.com");
406406
addRow("https://github.com");

docs/editors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"name": "Adafruit Circuit Playground Express BETA",
7979
"title": "MakeCode for Circuit Playground",
8080
"url": "https://makecode.adafruit.com/beta",
81-
"icon": "https://pxt.azureedge.net/blob/1215b9ef46d3e04bc9923a1a333d92db92eb5419/static/logo.square.black.svg",
81+
"icon": "https://cdn.makecode.com/blob/1215b9ef46d3e04bc9923a1a333d92db92eb5419/static/logo.square.black.svg",
8282
"styles": {
8383
"primary": "#1c1f2b",
8484
"menu": "#FB48C7",

docs/github-classroom-redirect.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<title>MakeCode GitHub Classroom Registration</title>
77
<link rel="stylesheet"
8-
href="https://pxt.azureedge.net/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css"
8+
href="https://cdn.makecode.com/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css"
99
type="text/css">
1010
<script>
1111
(function () {
@@ -105,7 +105,7 @@ <h1>
105105
</footer>
106106
</div>
107107
<script type="text/javascript"
108-
src="https://pxt.azureedge.net/blob/795d8506c80a04f5ca26f577a8d6152e2fa3e7a6/doccdn/pxtweb.js"></script>
108+
src="https://cdn.makecode.com/blob/795d8506c80a04f5ca26f577a8d6152e2fa3e7a6/doccdn/pxtweb.js"></script>
109109
<!-- @include tracking.html -->
110110
</body>
111111

docs/github-explorer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<title>MakeCode GitHub Explorer</title>
77
<link rel="stylesheet"
8-
href="https://pxt.azureedge.net/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css"
8+
href="https://cdn.makecode.com/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css"
99
type="text/css">
1010
<style>
1111
@targetstyle@ label,
@@ -80,9 +80,9 @@
8080

8181
</style>
8282
<script type="text/javascript"
83-
src="https://pxt.azureedge.net/blob/4d9b3a258759c53e7bc66b6fc554c51e2434437c/doccdn/jquery.js"></script>
83+
src="https://cdn.makecode.com/blob/4d9b3a258759c53e7bc66b6fc554c51e2434437c/doccdn/jquery.js"></script>
8484
<script type="text/javascript"
85-
src="https://pxt.azureedge.net/blob/fc2f56f46189a2e8be3743a1a5abed3b676f9318/doccdn/semantic.js"></script>
85+
src="https://cdn.makecode.com/blob/fc2f56f46189a2e8be3743a1a5abed3b676f9318/doccdn/semantic.js"></script>
8686
<script>
8787
(async function () {
8888
const api = "https://api.github.com";
@@ -401,7 +401,7 @@
401401
<div class="item">© 2022 Microsoft</div>
402402
</footer>
403403
<script type="text/javascript"
404-
src="https://pxt.azureedge.net/blob/795d8506c80a04f5ca26f577a8d6152e2fa3e7a6/doccdn/pxtweb.js"></script>
404+
src="https://cdn.makecode.com/blob/795d8506c80a04f5ca26f577a8d6152e2fa3e7a6/doccdn/pxtweb.js"></script>
405405
<!-- @include tracking.html -->
406406
</body>
407407

docs/online-learning.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta name="twitter:creator" content="@MsMakeCode">
1313
<meta name="twitter:description" content="Compilation of self-paced tutorials and projects using MakeCode editor for micro:bit, Minecraft:Education Edition, Arcade and Adafruit Circuit Playground Express.">
1414
<meta name="twitter:image" content="/static/online-learning/img/offline.jpg">
15-
<link rel="stylesheet" href="https://pxt.azureedge.net/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css" type="text/css">
15+
<link rel="stylesheet" href="https://cdn.makecode.com/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css" type="text/css">
1616
<link rel="stylesheet" href="/static/online-learning/online-learning.css">
1717
</head>
1818

docs/playground.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
7-
<link rel="stylesheet" href="https://pxt.azureedge.net/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css" type="text/css">
7+
<link rel="stylesheet" href="https://cdn.makecode.com/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css" type="text/css">
88
<link data-name="vs/editor/editor.main" rel="stylesheet"
99
href="https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.css">
1010
<link rel="stylesheet" href="/static/shared/iframeeditor.css">

docs/screenshot-tool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
7-
<link rel="stylesheet" href="https://pxt.azureedge.net/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css" type="text/css">
7+
<link rel="stylesheet" href="https://cdn.makecode.com/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css" type="text/css">
88
<link data-name="vs/editor/editor.main" rel="stylesheet"
99
href="https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs/editor/editor.main.css">
1010
<link rel="stylesheet" href="/static/shared/iframeeditor.css">

docs/static/game-modder/static/js/main.3b636953.chunk.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/game-modder/static/js/main.3b636953.chunk.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)