Skip to content

Commit f814146

Browse files
committed
Update ta-lib link
closes freqtrade#8497
1 parent daa9f6c commit f814146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@ To run this bot we recommend you a cloud instance with a minimum of:
210210
- [Python >= 3.8](http://docs.python-guide.org/en/latest/starting/installation/)
211211
- [pip](https://pip.pypa.io/en/stable/installing/)
212212
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
213-
- [TA-Lib](https://mrjbq7.github.io/ta-lib/install.html)
213+
- [TA-Lib](https://ta-lib.github.io/ta-lib-python/)
214214
- [virtualenv](https://virtualenv.pypa.io/en/stable/installation.html) (Recommended)
215215
- [Docker](https://www.docker.com/products/docker) (Recommended)

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ These requirements apply to both [Script Installation](#script-installation) and
5252
* [pip](https://pip.pypa.io/en/stable/installing/)
5353
* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
5454
* [virtualenv](https://virtualenv.pypa.io/en/stable/installation.html) (Recommended)
55-
* [TA-Lib](https://mrjbq7.github.io/ta-lib/install.html) (install instructions [below](#install-ta-lib))
55+
* [TA-Lib](https://ta-lib.github.io/ta-lib-python/) (install instructions [below](#install-ta-lib))
5656

5757
### Install code
5858

@@ -210,7 +210,7 @@ sudo ./build_helpers/install_ta-lib.sh
210210

211211
##### TA-Lib manual installation
212212

213-
Official webpage: https://mrjbq7.github.io/ta-lib/install.html
213+
[Official installation guide](https://ta-lib.github.io/ta-lib-python/install.html)
214214

215215
```bash
216216
wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz

0 commit comments

Comments
 (0)