diff options
author | moisseev <moiseev@mezonplus.ru> | 2024-03-04 15:00:34 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2024-03-04 15:00:34 +0300 |
commit | cc4bae7b937d5269df8a22f4bdec122dbad9e4e6 (patch) | |
tree | b98e8d37d74fecd06de32c60e638c43900c6775b /interface | |
parent | 08c034c966086a4a790653627ba84455b2e5ba8c (diff) | |
download | rspamd-cc4bae7b937d5269df8a22f4bdec122dbad9e4e6.tar.gz rspamd-cc4bae7b937d5269df8a22f4bdec122dbad9e4e6.zip |
[Minor] Update documentation reference
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> |