diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/index.html b/interface/index.html index 8ac7673ea..27865c611 100644 --- a/interface/index.html +++ b/interface/index.html @@ -289,7 +289,7 @@ <option value="line" selected>Line</option> <option value="area">Stacked area</option> </select> - <a title="“Curves” section of “d3-shape” library documentation" href="https://github.com/d3/d3-shape#curves" target="_blank">Interpolation mode</a>: + <a title="“Curves” section of “d3-shape” module documentation" href="https://d3js.org/d3-shape/curve" target="_blank">Interpolation mode</a>: <select id="selInterpolate" class="form-select"> <option value="curveLinear" selected>linear</option> <option value="curveStep">step</option> |