Skip to content

Commit 8df8693

Browse files
Merge pull request #758 from processing/fixlinkCDN
fix link to CDN on page Getting Started
2 parents afebaca + 1c61a24 commit 8df8693

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
@@ -33,7 +33,7 @@ slug: get-started/
3333
p5.js CDN</a>{{#i18n "download6"}}{{/i18n}}
3434
</p>
3535

36-
<pre class='p5-replace'><code class="language-markup">&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/[p5_version]/lib/p5.js">&lt;/script></code></pre>
36+
<pre class='p5-replace'><code class="language-markup">&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/[p5_version]/p5.js">&lt;/script></code></pre>
3737

3838
<p>{{#i18n "download7"}}{{/i18n}}</p>
3939

0 commit comments

Comments
 (0)