From 82fa29502a3f913776a31cfcfed93694edab818a Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Sat, 8 Feb 2025 11:09:03 +0530 Subject: [PATCH] docs: fix link --- docs/src/methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/methods.md b/docs/src/methods.md index 648131eb..5d45ab5d 100644 --- a/docs/src/methods.md +++ b/docs/src/methods.md @@ -166,7 +166,7 @@ where ``(d)`` denotes derivative order and ``\lambda`` is the regularization ``t`` values for the first term and ``\hat{t}`` values for the second term (equal to ``t`` if not provided). Regularization smoothing is a global method that creates a smooth curve directly. See [Stickel (2010) -Comput. Chem. Eng. 34:467](http://dx.doi.org/10.1016/j.compchemeng.2009.10.007) +Comput. Chem. Eng. 34:467](https://dx.doi.org/10.1016/j.compchemeng.2009.10.007) for details. The implementation in this package uses cubic splines to interpolate between the smoothed points after they are determined.