commit cc4bae7: [Minor] Update documentation reference
moisseev
moiseev at mezonplus.ru
Mon Jul 29 17:53:24 UTC 2024
Author: moisseev
Date: 2024-03-04 15:00:34 +0300
URL: https://github.com/rspamd/rspamd/commit/cc4bae7b937d5269df8a22f4bdec122dbad9e4e6 (refs/pull/4855/head)
[Minor] Update documentation reference
---
interface/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
More information about the Commits
mailing list