From c795ae69a6963f3812085c95b043e58c33980e93 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 11 Oct 2021 18:50:54 +0100 Subject: [PATCH] Links in README fixed --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5806d7c4..0fdcf27b 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,10 @@ obs3.print() More detailed examples can be found in the `/examples` folder: * [01_basic_example](examples/01_basic_example.ipynb) -* [02_pcac_example](examples/02_pcac_example.ipynb) -* [03_fit_example](examples/03_fit_example.ipynb) -* [04_matrix_operations](examples/04_matrix_operations.ipynb) +* [02_correlators](examples/02_correlators.ipynb) +* [03_pcac_example](examples/03_pcac_example.ipynb) +* [04_fit_example](examples/04_fit_example.ipynb) +* [05_matrix_operations](examples/05_matrix_operations.ipynb) ## License