File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Some web browsers (e.g., Chrome) require secondary files to be loaded from a
107
107
web server for security reasons. This means loading a web page that references
108
108
a Processing.js sketch in a file via a file:/// URL vs. http:// will fail. You
109
109
are particularly likely to run into this problem when you try to view your
110
- webpage directly from file, as this makes all relatively links file:/// links.
110
+ webpage directly from file, as this makes all relative links file:/// links.
111
111
112
112
There are several ways to get around this problem. You can use a browser which
113
113
does allow file:/// access, although most current browsers either have, or plan
@@ -128,10 +128,10 @@ you turn it back on. While "easy", this is unsafe.
128
128
Learn More About Processing.js
129
129
-------------------------------
130
130
Processing developers should start with the Processing.js Quick Start Guide for
131
- Processing Developers at http://processingjs.org/reference/ articles/p5QuickStart .
131
+ Processing Developers at http://processingjs.org/articles/p5QuickStart.html
132
132
133
133
JavaScript developers should start with the Processing.js Quick Start Guide for
134
- JavaScript Developers at http://processingjs.org/reference/ articles/jsQuickStart
134
+ JavaScript Developers at http://processingjs.org/articles/jsQuickStart.html
135
135
136
136
A more detailed guide is http://processingjs.org/articles/PomaxGuide.html
137
137
You can’t perform that action at this time.
0 commit comments