Skip to content

Commit

Permalink
replace missing wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
fpliger committed Nov 11, 2023
1 parent 928d87d commit e91aa04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/beginning-pyscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module in the document's `<head>` tag:
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>🦜 Polyglot - Piratical PyScript</title>
<script type="module" src="https://pyscript.net/snapshots/2023.11.1/core.js"></script>
<script type="module" src="https://pyscript.net/releases/2023.11.1/core.js"></script>
</head>
<body>

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

0 comments on commit e91aa04

Please sign in to comment.