From 3d722de039d87a2c7e68e86ae2c12feeee2495ee Mon Sep 17 00:00:00 2001 From: Axel Gard Date: Sat, 28 Sep 2024 16:52:20 +0200 Subject: [PATCH] fixed links in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cec292..fa7103e 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,8 @@ plt.savefig("./result.png") ``` If you want more full example of how to use the backtest checkout -[multiassets](../../examples/multi_assets.ipynb) and -[linear](../../examples/linear.ipynb). +[multiassets](https://github.com/AxelGard/cira/blob/master/examples/multi_assets.ipynb) and +[linear](https://github.com/AxelGard/cira/blob/master/examples/linear.ipynb). @@ -207,7 +207,7 @@ I enforce [black formater](https://github.com/psf/black) when you commit code, b ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details. +This project is licensed under the MIT License - see the [LICENSE](https://github.com/AxelGard/cira/blob/master/LICENSE.txt) file for details. ## Acknowledgments