Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Fix typos in article "Rendering Modes" and "Pomax's guide to Processing.js" #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix link typo (remove "reference")
  • Loading branch information
lesmana committed Oct 21, 2015
commit 2282be5ef2899daefa4ca4704c8792776d77b5b1
2 changes: 1 addition & 1 deletion articles/_posts/2011-12-02-RenderingModes.html
Original file line number Diff line number Diff line change
@@ -230,7 +230,7 @@ <h4>
href="http://processingjs.org/download">http://processingjs.org/download</a>).
It is essentially the same as Processing.js, but without the code parser (i.e.,
you can use the API either way, but the Processing.js API is a somewhat smaller
file). See <a href="http://processingjs.org/reference/articles/jsQuickStart.html#javascriptonlyprocessingcode">
file). See <a href="http://processingjs.org/articles/jsQuickStart.html#javascriptonlyprocessingcode">
Writing JavaScript-only Processing.js Code</a> for more details.</p>
<h4>
Accessing the Raw Canvas Context - Advanced:</h4>