Skip to content

Commit a7593b5

Browse files
authored
Fix broken link to color functions in readme.
1 parent ffa5d40 commit a7593b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Readme.md

+1-1
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)