Skip to content

Commit 7828e3b

Browse files
Merge pull request #764 from processing/fixAnotherLinkToCDN
Update index.hbs
2 parents 44a3a2b + 3a69c02 commit 7828e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/get-started/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ slug: get-started/
3939

4040
<pre class='p5-replace'><code class="language-markup">&lt;html>
4141
&lt;head>
42-
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/[p5_version]/lib/p5.js">&lt;/script>
42+
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/[p5_version]/p5.js">&lt;/script>
4343
&lt;script src="sketch.js">&lt;/script>
4444
&lt;/head>
4545
&lt;body>

0 commit comments

Comments
 (0)