Skip to content

Commit af8661b

Browse files
authored
Fix reference URL in comment (#13229)
1 parent 649fa26 commit af8661b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-4/conversions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ function XYZ_to_Lab(XYZ) {
338338

339339
function Lab_to_XYZ(Lab) {
340340
// Convert Lab to D50-adapted XYZ
341-
// http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
341+
// http://www.brucelindbloom.com/index.html?Eqn_Lab_to_XYZ.html
342342
var κ = 24389/27; // 29^3/3^3
343343
var ε = 216/24389; // 6^3/29^3
344344
var f = [];

0 commit comments

Comments
 (0)