We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a3a2b commit 3a69c02Copy full SHA for 3a69c02
src/templates/pages/get-started/index.hbs
@@ -39,7 +39,7 @@ slug: get-started/
39
40
<pre class='p5-replace'><code class="language-markup"><html>
41
<head>
42
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/[p5_version]/lib/p5.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/[p5_version]/p5.js"></script>
43
<script src="sketch.js"></script>
44
</head>
45
<body>
0 commit comments