Skip to content

Commit 49f24ed

Browse files
committed
Fix some broken links in reference
1 parent 6ab310a commit 49f24ed

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

src/content/reference/en/p5.Table/addColumn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module: IO
44
submodule: Table
55
file: src/io/p5.Table.js
66
description: >
7-
<p>Use <a href="/reference/p5/addColumn/">addColumn()</a> to add a new column
7+
<p>Use <a href="/reference/p5.Table/addColumn/">addColumn()</a> to add a new column
88
to a <a href="/reference/p5/p5.Table">Table</a> object.
99
1010
Typically, you will want to specify a title, so the column

src/content/reference/en/p5.Table/addRow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module: IO
44
submodule: Table
55
file: src/io/p5.Table.js
66
description: >
7-
<p>Use <a href="/reference/p5/addRow/">addRow()</a> to add a new row of data
7+
<p>Use <a href="/reference/p5.Table/addRow/">addRow()</a> to add a new row of data
88
to a <a href="/reference/p5/p5.Table">p5.Table</a> object. By default,
99
1010
an empty row is created. Typically, you would store a reference to

src/content/reference/en/p5.Table/removeColumn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module: IO
44
submodule: Table
55
file: src/io/p5.Table.js
66
description: >
7-
<p>Use <a href="/reference/p5/removeColumn/">removeColumn()</a> to remove an
7+
<p>Use <a href="/reference/p5.Table/removeColumn/">removeColumn()</a> to remove an
88
existing column from a Table
99
1010
object. The column to be removed may be identified by either

src/content/reference/en/p5.Table/rows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >
88
objects that make up the
99
1010
rows of the table. The same result as calling <a
11-
href="/reference/p5/getRows/">getRows()</a></p>
11+
href="/reference/p5.Table/getRows/">getRows()</a></p>
1212
line: 80
1313
isConstructor: false
1414
itemtype: property

src/content/reference/en/p5/blue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: >
1515
1616
<p>By default, <code>blue()</code> returns a color's blue value in the range 0
1717
18-
to 255. If the <a href="/reference/colorMode/">colorMode()</a> is set to RGB,
18+
to 255. If the <a href="/reference/p5/colorMode/">colorMode()</a> is set to RGB,
1919
it
2020
2121
returns the blue value in the given range.</p>

src/content/reference/en/p5/brightness.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: >
1616
<p>By default, <code>brightness()</code> returns a color's HSB brightness in
1717
the range 0
1818
19-
to 100. If the <a href="/reference/colorMode/">colorMode()</a> is set to HSB,
19+
to 100. If the <a href="/reference/p5/colorMode/">colorMode()</a> is set to HSB,
2020
it
2121
2222
returns the brightness value in the given range.</p>

src/content/reference/en/p5/green.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: >
1616
<p>By default, <code>green()</code> returns a color's green value in the range
1717
0
1818
19-
to 255. If the <a href="/reference/colorMode/">colorMode()</a> is set to RGB,
19+
to 255. If the <a href="/reference/p5/colorMode/">colorMode()</a> is set to RGB,
2020
it
2121
2222
returns the green value in the given range.</p>

src/content/reference/en/p5/hue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: >
1818
1919
returns a color's HSL hue in the range 0 to 360. If the
2020
21-
<a href="/reference/colorMode/">colorMode()</a> is set to HSB or HSL, it
21+
<a href="/reference/p5/colorMode/">colorMode()</a> is set to HSB or HSL, it
2222
returns the hue
2323
2424
value in the given mode.</p>

src/content/reference/en/p5/lightness.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: >
1616
<p>By default, <code>lightness()</code> returns a color's HSL lightness in the
1717
range 0
1818
19-
to 100. If the <a href="/reference/colorMode/">colorMode()</a> is set to HSL,
19+
to 100. If the <a href="/reference/p5/colorMode/">colorMode()</a> is set to HSL,
2020
it
2121
2222
returns the lightness value in the given range.</p>

src/content/reference/en/p5/paletteLerp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: >
1919
2020
<p>The way that colors are interpolated depends on the current
2121
22-
<a href="/reference/colorMode/">colorMode()</a>.</p>
22+
<a href="/reference/p5/colorMode/">colorMode()</a>.</p>
2323
line: 1079
2424
isConstructor: false
2525
itemtype: method

0 commit comments

Comments
 (0)