Skip to content

Commit d87e7a3

Browse files
author
lauren mccarthy
committed
updating footer links
1 parent 263772a commit d87e7a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/yuidoc-p5-theme/layouts/main.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595
<footer>
96-
<p>p5.js is developed by <a href="http://lauren-mccarthy.com" target="_blank">Lauren McCarthy</a> and other <a href="../development/#contributors" target="_blank">contributors</a>, with the support of the <a href="http://processing.org/foundation/" target="_blank">Processing Foundation</a> and <a href="http://itp.nyu.edu/itp/" target="_blank">NYU ITP</a>.</p>
96+
<p>p5.js is developed by <a href="http://lauren-mccarthy.com" target="_blank">Lauren McCarthy</a> and other <a href="../contribute/#contributors" target="_blank">contributors</a>, with the support of the <a href="http://processing.org/foundation/" target="_blank">Processing Foundation</a> and <a href="http://itp.nyu.edu/itp/" target="_blank">NYU ITP</a>.</p>
9797
</footer>
9898
</div><!-- end column-span -->
9999

src/data/string_functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ define(function (require) {
268268
* split. Whitespace characters include tab (\t), line feed (\n), carriage
269269
* return (\r), form feed (\f), and space.
270270
*
271-
* @method split
271+
* @method splitTokens
272272
* @param {String} value the String to be split
273273
* @param {String} [delim] list of individual Strings that will be used as
274274
* separators

0 commit comments

Comments
 (0)