Skip to content

Commit

Permalink
fixed links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelGard committed Sep 28, 2024
1 parent a3f1e02 commit 3d722de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).



Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3d722de

Please sign in to comment.