From 529bf5c2903eb8601bd979339599ec9b62bb3b8f Mon Sep 17 00:00:00 2001 From: Gunj Joshi Date: Mon, 21 Sep 2026 19:42:32 +0530 Subject: [PATCH] docs: update links Signed-off-by: Gunj Joshi --- .../@stdlib/fft/base/fftpack/generic/rfftf/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/fft/base/fftpack/generic/rfftf/README.md b/lib/node_modules/@stdlib/fft/base/fftpack/generic/rfftf/README.md index d295b19c6db9..270368c90d17 100644 --- a/lib/node_modules/@stdlib/fft/base/fftpack/generic/rfftf/README.md +++ b/lib/node_modules/@stdlib/fft/base/fftpack/generic/rfftf/README.md @@ -94,7 +94,7 @@ The function accepts the following arguments: - If `N` equals `1`, the function returns early without modifying the input, as a single data point is its own Fourier transform. -- This transform is unnormalized as a call to this function followed by a call performing a [backward transform][@stdlib/fft/base/fftpack/rfftb] will multiply the input array by `N`. +- This transform is unnormalized as a call to this function followed by a call performing a [backward transform][@stdlib/fft/base/fftpack/generic/rfftb] will multiply the input array by `N`. @@ -153,7 +153,7 @@ console.log( r ); [@stdlib/fft/base/fftpack/generic/rffti]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/fft/base/fftpack/generic/rffti -[@stdlib/fft/base/fftpack/rfftb]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/fft/base/fftpack/rfftb +[@stdlib/fft/base/fftpack/generic/rfftb]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/fft/base/fftpack/generic/rfftb