Skip to content

Commit aef342c

Browse files
committed
Fixes internal broken links. Dead links (The Internal Edition) processing#595
1 parent a148722 commit aef342c

38 files changed

+43
-40
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"mdx-preview.preview.useVscodeMarkdownStyles": false
3+
}

content/contributions/(Weka4P)_Weka_Machine_Learning_for_Processing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "(Weka4P) Weka Machine Learning for Processing",
33
"authors": [
4-
"[Rong-Hao Liang]([email protected]), [Wesley Hartogs](https://wesleyhartogs.nl), [Janet Huang]([email protected])"
4+
"[Rong-Hao Liang](mailto:[email protected]), [Wesley Hartogs](https://wesleyhartogs.nl), [Janet Huang](mailto:[email protected])"
55
],
66
"url": "https://howieliang.github.io/Weka4P/",
77
"categories": [

content/contributions/REPL_Mode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"url": "https://github.com/joelmoniz/REPLmode",
77
"sentence": "Adds an REPL Console to view the output of code typed into it immediately. Also gives the PDE the ability to hot swap code.",
8-
"paragraph": "This mode adds in a Read-Evaluate-Print-Loop console to processing in the form of a tab at the bottom. The console enables users to type in processing code and to view the output of this code immediately. Each subsequent line of code shows the output incrementally, much like how an REPL Console for any interpretive language (like Python, and the Linux bash terminal) would. The console also provides options to undo commands, to convert the valid commands entered so far into a function, and so on. Ths mode also gives the PDE the ability to hot swap code, wherein the output corresponding to changes made in a running sketch can be viewed by simply saving the sketch, without restarting it.",
8+
"paragraph": "This mode adds in a Read-Evaluate-Print-Loop console to Processing in the form of a tab at the bottom. The console enables users to type in processing code and to view the output of this code immediately. Each subsequent line of code shows the output incrementally, much like how an REPL Console for any interpretive language (like Python, and the Linux bash terminal) would. The console also provides options to undo commands, to convert the valid commands entered so far into a function, and so on. Ths mode also gives the PDE the ability to hot swap code, wherein the output corresponding to changes made in a running sketch can be viewed by simply saving the sketch, without restarting it.",
99
"imports": "processing.mode.java.JavaMode",
1010
"lastUpdated": "1443120511000",
1111
"type": "mode",

content/contributions/SerialRecord.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SerialRecord",
33
"authors": [
4-
"[Oliver Steele]([email protected])"
4+
"[Oliver Steele](mailto:[email protected])"
55
],
66
"url": "https://osteele.github.io/Processing_SerialRecord/",
77
"categories": [

content/contributions/Simple_Phidgets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Simple Phidgets",
33
"authors": [
4-
"[Shachar Geiger]([email protected])"
4+
"[Shachar Geiger](mailto:[email protected])"
55
],
66
"url": "https://github.com/sgeigers/SimplePhidgets",
77
"categories": [

content/contributions/meter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "meter",
33
"authors": [
4-
"Bill (Papa) Kujawa"
4+
"Bill 'Papa' Kujawa"
55
],
66
"url": "https://github.com/BillKujawa/meter.git",
77
"categories": [

content/contributions/tramontanaCV.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tramontanaCV",
33
"authors": [
4-
"[Pierluigi Dalla Rosa](www.pierdr.com)"
4+
"[Pierluigi Dalla Rosa](https://www.pierdr.com/)"
55
],
66
"url": "https://tramontana.xyz/",
77
"categories": [

content/examples/Basics/Data/DatatypeConversion/DatatypeConversion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"level": "Intermediate",
66
"order": "4",
77
"description": "It is sometimes beneficial to convert a value from one type of \n data to another. Each of the conversion functions converts its parameter \n to an equivalent representation within its datatype. \n The conversion functions include int(), float(), char(), byte(), and others.",
8-
"featured": ["floatconvert", "intconvert", "byteconvert", "charconvert"]
8+
"featured": ["float", "int", "byte", "char"]
99
}

content/examples/Topics/Fractals and L-Systems/Mandelbrot/Mandelbrot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"order": "0",
66
"author": "Daniel Shiffman (slight modification by l8l)",
77
"description": "Simple rendering of the Mandelbrot set.",
8-
"featured": ["loadPixels_", "updatePixels_", "pixels[]"]
8+
"featured": ["loadPixels_", "updatePixels_", "pixels"]
99
}

content/examples/Topics/Image Processing/Blur/Blur.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"image_",
1111
"PImage_loadPixels_",
1212
"createImage_",
13-
"PImage_pixels[]",
13+
"PImage_pixels",
1414
"PImage_updatePixels_"
1515
]
1616
}

0 commit comments

Comments
 (0)