Skip to content

Commit 8df0fbe

Browse files
committed
Fix incorrect colorMode link in saturation docs
1 parent 832c0cd commit 8df0fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/color/creating_reading.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ p5.prototype.red = function(c) {
14211421
*
14221422
* Saturation is scaled differently in HSB and HSL. By default, `saturation()`
14231423
* returns a color's HSL saturation in the range 0 to 100. If the
1424-
* <a href="#/colorMode">colorMode()</a> is set to HSB or HSL, it returns the
1424+
* <a href="#/p5/colorMode">colorMode()</a> is set to HSB or HSL, it returns the
14251425
* saturation value in the given mode.
14261426
*
14271427
* @method saturation

0 commit comments

Comments
 (0)