From e9891ad0c0cffe3009dfe8434c3419dd55f19115 Mon Sep 17 00:00:00 2001 From: wheeheee <104880306+wheeheee@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:47:42 +0800 Subject: [PATCH] Update README.md [skip ci] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba582446c..846c069f2 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ DSP.jl provides a number of common [digital signal processing](https://en.wikipe - [Periodogram estimation](https://docs.juliadsp.org/stable/periodograms) - [Filter design and filtering](https://docs.juliadsp.org/stable/filters) -- [Estimation](http://docs.juliadsp.org/stable/estimation/) +- [Estimation](https://docs.juliadsp.org/stable/estimation/) - [Convolution](https://docs.juliadsp.org/stable/convolutions) -- [Linear Predictive Coding](https://docs.juliadsp.org//stable/lpc) +- [Linear Predictive Coding](https://docs.juliadsp.org/stable/lpc) - [Window functions](https://docs.juliadsp.org/stable/windows) - [Utility functions](https://docs.juliadsp.org/stable/util) More details can be found in the [Online Documentation](https://docs.juliadsp.org/stable). -The documentation for pre-releases (master) can be found [here](https://docs.juliadsp.org/dev/). +The documentation for pre-releases (master) can be found [here](https:docs.juliadsp.org/dev/).