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