Skip to content

Commit 3b9cdfd

Browse files
committed
Fix references for docs
1 parent fcc7b1c commit 3b9cdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
## Quickstart
6363

64-
1. First install the framework using `pip`. The Investing Algorithm Framework is hosted on [PyPi](https://pypi.org/project/Blankly/).
64+
1. First install the framework using `pip`. The Investing Algorithm Framework is hosted on [PyPi](https://pypi.org/project/investing-algorithm-framework/).
6565

6666
```bash
6767
$ pip install investing-algorithm-framework
@@ -84,7 +84,7 @@ The command will create the file `app.py` and an example script called `strategy
8484

8585
From there, you start building your trading bot in the `strategy.py`.
8686

87-
More information can be found on our [docs](https://docs.blankly.finance)
87+
More information can be found on our [docs](https://investing-algorithm-framework.com/)
8888

8989
> Make sure you leave the `app.py` file as is, as it is the entry point for the framework.
9090
> You can change the `bot.py` file to your liking and add other files to the working directory.

0 commit comments

Comments
 (0)