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

Commit 100c3a3

Browse files
committed
Fixed links for P5-only functions
Updated links for functions not implemented in Pjs as main Processing reference pages use ```/function_.html``` now instead of ```/function_/```. Didn't update ```param()``` because I couldn't find any reference to it (or the other web functions).
1 parent c8b777c commit 100c3a3

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Diff for: reference/index.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ <h5>Keyboard</h5>
233233
<a href="/reference/keyReleased_/">keyReleased()</a>
234234
<a href="/reference/keyTyped_/">keyTyped()</a>
235235
<h5>Files</h5>
236-
<a class="warning" href="http://processing.org/reference/createInput_/" title="Link to native docs">createInput()</a> <!--NOT DONE-->
236+
<a class="warning" href="http://processing.org/reference/createInput_.html" title="Link to native docs">createInput()</a> <!--NOT DONE-->
237237
<a href="/reference/loadBytes_/">loadBytes()</a>
238238
<a href="/reference/loadStrings_/">loadStrings()</a>
239-
<a class="warning" href="http://processing.org/reference/open_/" title="Link to native docs">open()</a><!--NOT DONE-->
240-
<a class="warning" href="http://processing.org/reference/selectFolder_/" title="Link to native docs">selectFolder()</a><!--NOT DONE-->
241-
<a class="warning" href="http://processing.org/reference/selectInput_/" title="Link to native docs">selectInput()</a><!--NOT DONE-->
239+
<a class="warning" href="http://processing.org/reference/open_.html" title="Link to native docs">open()</a><!--NOT DONE-->
240+
<a class="warning" href="http://processing.org/reference/selectFolder_.html" title="Link to native docs">selectFolder()</a><!--NOT DONE-->
241+
<a class="warning" href="http://processing.org/reference/selectInput_.html" title="Link to native docs">selectInput()</a><!--NOT DONE-->
242242
<h5>Web</h5>
243243
<a href="/reference/link_/">link()</a>
244244
<a class="warning" href="http://processing.org/reference/param_/" title="Link to native docs">param()</a><!--NOT DONE-->
@@ -265,18 +265,18 @@ <h5>Image</h5>
265265
</div>
266266
<div class="category">
267267
<h5>Files</h5>
268-
<a href="http://processing.org/reference/PrintWriter/" title="Link to native docs" class="warning">PrintWriter</a><!--NOT DONE-->
269-
<a href="http://processing.org/reference/beginRaw_/" title="Link to native docs" class="warning">beginRaw()</a><!--NOT DONE-->
270-
<a href="http://processing.org/reference/beginRecord_/" title="Link to native docs" class="warning">beginRecord()</a><!--NOT DONE-->
271-
<a href="http://processing.org/reference/createOutput_/" title="Link to native docs" class="warning">createOutput()</a> <!--NOT DONE-->
272-
<a href="http://processing.org/reference/createReader_/" title="Link to native docs" class="warning">createReader()</a><!--NOT DONE-->
273-
<a href="http://processing.org/reference/createWriter_/" title="Link to native docs" class="warning">createWriter()</a><!--NOT DONE-->
274-
<a href="http://processing.org/reference/endRaw_/" title="Link to native docs" class="warning">endRaw()</a><!--NOT DONE-->
275-
<a href="http://processing.org/reference/endRecord_/" title="Link to native docs" class="warning">endRecord()</a><!--NOT DONE-->
276-
<a href="http://processing.org/reference/saveBytes_/" title="Link to native docs" class="warning">saveBytes()</a><!--NOT DONE-->
277-
<a href="http://processing.org/reference/saveStream_/" title="Link to native docs" class="warning">saveStream()</a> <!--NOT DONE-->
268+
<a href="http://processing.org/reference/PrintWriter.html" title="Link to native docs" class="warning">PrintWriter</a><!--NOT DONE-->
269+
<a href="http://processing.org/reference/beginRaw_.html" title="Link to native docs" class="warning">beginRaw()</a><!--NOT DONE-->
270+
<a href="http://processing.org/reference/beginRecord_.html" title="Link to native docs" class="warning">beginRecord()</a><!--NOT DONE-->
271+
<a href="http://processing.org/reference/createOutput_.html" title="Link to native docs" class="warning">createOutput()</a> <!--NOT DONE-->
272+
<a href="http://processing.org/reference/createReader_.html" title="Link to native docs" class="warning">createReader()</a><!--NOT DONE-->
273+
<a href="http://processing.org/reference/createWriter_.html" title="Link to native docs" class="warning">createWriter()</a><!--NOT DONE-->
274+
<a href="http://processing.org/reference/endRaw_.html" title="Link to native docs" class="warning">endRaw()</a><!--NOT DONE-->
275+
<a href="http://processing.org/reference/endRecord_.html/" title="Link to native docs" class="warning">endRecord()</a><!--NOT DONE-->
276+
<a href="http://processing.org/reference/saveBytes_.html" title="Link to native docs" class="warning">saveBytes()</a><!--NOT DONE-->
277+
<a href="http://processing.org/reference/saveStream_.html" title="Link to native docs" class="warning">saveStream()</a> <!--NOT DONE-->
278278
<a href="/reference/saveStrings_/">saveStrings()</a>
279-
<a href="http://processing.org/reference/selectOutput_/" title="Link to native docs" class="warning">selectOutput()</a><!--NOT DONE-->
279+
<a href="http://processing.org/reference/selectOutput_.html" title="Link to native docs" class="warning">selectOutput()</a><!--NOT DONE-->
280280
</div>
281281
</div>
282282
<div class="category">

0 commit comments

Comments
 (0)