Skip to content

Commit 85b6371

Browse files
authored
Merge pull request #25 from pyscript/ntoll-rc2
Revisions for RC2
2 parents 1ffd2dc + a6398a8 commit 85b6371

File tree

3 files changed

+274
-112
lines changed

3 files changed

+274
-112
lines changed

docs/beginning-pyscript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ level.
7070

7171
You can see this application embedded into the page below:
7272

73-
<iframe src="https://ntoll.pyscriptapps.com/piratical/latest/" style="border: 1px solid black; width:100%;min-height: 400px; border-radius: 0.2rem; box-shadow: var(--md-shadow-z1);"></iframe>
73+
<iframe src="https://ntoll.pyscriptapps.com/piratical/v1" style="border: 1px solid black; width:100%;min-height: 400px; border-radius: 0.2rem; box-shadow: var(--md-shadow-z1);"></iframe>
7474

7575
Let's explore each of the three files that make this app work.
7676

@@ -106,7 +106,7 @@ module in the document's `<head>` tag:
106106
<meta charset="utf-8" />
107107
<meta name="viewport" content="width=device-width,initial-scale=1" />
108108
<title>🦜 Polyglot - Piratical PyScript</title>
109-
<script type="module" src="https://pyscript.net/snapshots/2023.09.1.RC1/core.js"></script>
109+
<script type="module" src="https://pyscript.net/snapshots/2023.09.1.RC2/core.js"></script>
110110
</head>
111111
<body>
112112

@@ -155,7 +155,7 @@ In the end, our HTML should look like this:
155155
<meta charset="utf-8" />
156156
<meta name="viewport" content="width=device-width,initial-scale=1" />
157157
<title>🦜 Polyglot - Piratical PyScript</title>
158-
<script type="module" src="https://pyscript.net/snapshots/2023.09.1.RC1/core.js"></script>
158+
<script type="module" src="https://pyscript.net/snapshots/2023.09.1.RC2/core.js"></script>
159159
</head>
160160
<body>
161161
<h1>Polyglot 🦜 💬 🇬🇧 ➡️ 🏴‍☠️</h1>

0 commit comments

Comments
 (0)