Skip to content

Commit 5719359

Browse files
committed
Merge branch 'master' of github.com:processing/p5.js-website
2 parents da80e2b + fd2434b commit 5719359

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/assets/js/p5.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/templates/pages/download/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ slug: download/
3636
<!-- COMPLETE LIBRARY -->
3737
<div class="link_group">
3838
<h2>{{#i18n "complete-library-title"}}{{/i18n}}</h2>
39-
<p>{{#i18n "complete-library-intro1"}}{{/i18n}}<a href="get-started/">{{#i18n "complete-library-intro2"}}{{/i18n}}</a>{{#i18n "complete-library-intro3"}}{{/i18n}}</p>
39+
<p>{{#i18n "complete-library-intro1"}}{{/i18n}}<a href="{{root}}/get-started/">{{#i18n "complete-library-intro2"}}{{/i18n}}</a>{{#i18n "complete-library-intro3"}}{{/i18n}}</p>
4040

4141
<a class='support_link p5_link' href="https://github.com/processing/p5.js/releases/download/[p5_version]/p5.zip">
4242
<div class="download_box">

src/templates/pages/learn/tdd.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ slug: learn/
9999
&lt;body&gt;
100100
&lt;/body&gt;
101101
&lt;/html&gt;
102-
&lt;/code&gt;&lt;/pre&gt;
102+
</code></pre>
103103
</li>
104104
<li>
105105
make a file called sketch.js and put in the following code<br />

src/templates/pages/reference/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"project": {
33
"name": "p5",
44
"description": "[![Build Status](https://travis-ci.org/processing/p5.js.svg?branch=master)](https://travis-ci.org/processing/p5.js) [![npm version](https://badge.fury.io/js/p5.svg)](https://www.npmjs.com/package/p5)",
5-
"version": "0",
5+
"version": "0.10.2",
66
"url": "https://github.com/processing/p5.js#readme"
77
},
88
"files": {

src/templates/pages/reference/data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)