Skip to content

Commit 80aa64c

Browse files
authored
Merge pull request #152 from vikpe/patch-1
Fix broken link to color functions in readme.
2 parents ffa5d40 + a7593b5 commit 80aa64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ String, defaults to `'lab'`. Set the color space used for generating gradients.
245245

246246
Specify a custom function for coloring triangles, defaults to `null`. Accepts a function to override the standard gradient coloring, which is passed a variety of data about the pattern and each polygon and must return a Chroma.js color object.
247247

248-
See [`examples/color-function-example.html`](./examples/color-function-example.html) and [`utils/colorFunctions.js`](./utils/colorFunctions.js) for more information about the built-in color functions, and how to write custom color functions.
248+
See [`examples/color-function-example.html`](./examples/color-function-example.html) and [`src/utils/colorFunctions.js`](./src/utils/colorFunctions.js) for more information about the built-in color functions, and how to write custom color functions.
249249

250250
**`fill`**
251251

0 commit comments

Comments
 (0)