Skip to content

Commit 842891f

Browse files
valouvaliavloHerklos
authored andcommitted
Fix docs link
1 parent a2cf985 commit 842891f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ This repository contains all the features of the bot (trading tools, evaluation
2828

2929
To install OctoBot with its tentacles, just use the [latest release for your system](https://github.com/Drakkar-Software/OctoBot/releases/latest) and your OctoBot is ready !
3030

31-
Find the answers to the most common questions in [our FAQ](https://docs.octobot.online/usage/frequently-asked-questions-faq).
31+
Find the answers to the most common questions in [our FAQ](https://octobot.info/usage/frequently-asked-questions-faq).
3232

3333
## Your Octobot
3434
<a href="https://www.octobot.online/guides/#telegram"><img src="../assets/telegram-interface.png" height="414" alt="Telegram interface"></a>
35-
[![Twitter Interface](../assets/twitter-interface.png)](https://docs.octobot.online/interfaces/twitter-interface)
35+
[![Twitter Interface](../assets/twitter-interface.png)](https://octobot.info/interfaces/twitter-interface)
3636

3737
OctoBot is highly customizable using its configuration and tentacles system.
3838
You can build your own bot using the infinite [configuration](https://www.octobot.online/guides/#trading_modes) possibilities such as
@@ -41,8 +41,8 @@ You can build your own bot using the infinite [configuration](https://www.octobo
4141
OctoBot is **AI ready**: Python being the main language for OctoBot, it's easy to integrate machine-learning libraries such as [Tensorflow](https://github.com/tensorflow/tensorflow) or
4242
any other lib and take advantage of all the available data and create a very powerful trading strategy.
4343

44-
Octobot's main feature is **evolution** : you can [install](https://docs.octobot.online/advanced_usage/tentacle-manager),
45-
[modify](https://developer.docs.octobot.online/guides/customize-your-octobot) and even [create](https://developer.docs.octobot.online/guides/developer-guide) any tentacle you want to build your ideal cryptocurrency trading robot. You can even share your OctoBot evolutions!
44+
Octobot's main feature is **evolution** : you can [install](https://octobot.info/advanced_usage/tentacle-manager),
45+
[modify](https://developer.octobot.info/guides/customize-your-octobot) and even [create](https://developer.octobot.info/guides/developer-guide) any tentacle you want to build your ideal cryptocurrency trading robot. You can even share your OctoBot evolutions!
4646

4747
## Hardware requirements
4848
- CPU : 1 Core / 1GHz
@@ -52,13 +52,13 @@ Octobot's main feature is **evolution** : you can [install](https://docs.octobot
5252
## Installation
5353
OctoBot's installation is **very simple**... because **very documented** ! See the [installation guides](https://www.octobot.online/guides/#installation) for more info.
5454

55-
#### [With executable](https://docs.octobot.online/installation/with-binary)
55+
#### [With executable](https://octobot.info/installation/with-binary)
5656
Follow the [2 steps installation guide](https://www.octobot.online/executable_installation/)
5757

5858
In short:
5959
- Use the latest release on the [release page](https://github.com/Drakkar-Software/OctoBot/releases/latest)
6060

61-
#### [With Docker](https://docs.octobot.online/installation/with-docker)
61+
#### [With Docker](https://octobot.info/installation/with-docker)
6262
Follow the [docker installation guide](https://www.octobot.online/docker_installation/)
6363

6464
In short :
@@ -73,15 +73,15 @@ docker-compose up -d
7373
```
7474
And then open [https://octobot.localhost](https://octobot.localhost).
7575

76-
#### [With pip](https://docs.octobot.online/installation/with-pip)
76+
#### [With pip](https://octobot.info/installation/with-pip)
7777

7878
In short :
7979
```
8080
pip install OctoBot>=0.4.1
8181
Octobot
8282
```
8383

84-
#### [With python sources](https://docs.octobot.online/installation/with-python-only)
84+
#### [With python sources](https://octobot.info/installation/with-python-only)
8585
Follow the [python installation guide](https://www.octobot.online/python_installation/)
8686

8787
In short :
@@ -116,7 +116,7 @@ In short :
116116
[![Kucoin](../assets/kucoin-logo.png)](https://www.kucoin.com)
117117
[![Bitmex](../assets/bitmex-logo.png)](https://bitmex.com)
118118

119-
Octobot supports many [exchanges](https://exchanges.docs.octobot.online/) thanks to the [ccxt library](https://github.com/ccxt/ccxt).
119+
Octobot supports many [exchanges](https://exchanges.octobot.info/) thanks to the [ccxt library](https://github.com/ccxt/ccxt).
120120
To activate trading on an exchange, just configure OctoBot with your api keys as described [on the exchange documentation](https://www.octobot.online/guides/#exchanges).
121121

122122
## Disclaimer

octobot/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
# OctoBot urls
3030
OCTOBOT_WEBSITE_URL = os.getenv("OCTOBOT_ONLINE_URL", "https://www.octobot.online")
31-
OCTOBOT_DOCS_URL = os.getenv("DOCS_OCTOBOT_ONLINE_URL", "https://docs.octobot.online")
32-
EXCHANGES_DOCS_URL = os.getenv("DOCS_OCTOBOT_ONLINE_URL", "https://exchanges.docs.octobot.online/")
33-
DEVELOPER_DOCS_URL = os.getenv("DOCS_OCTOBOT_ONLINE_URL", "https://developer.docs.octobot.online/")
31+
OCTOBOT_DOCS_URL = os.getenv("DOCS_OCTOBOT_ONLINE_URL", "https://octobot.info")
32+
EXCHANGES_DOCS_URL = os.getenv("DOCS_OCTOBOT_ONLINE_URL", "https://exchanges.octobot.info/")
33+
DEVELOPER_DOCS_URL = os.getenv("DOCS_OCTOBOT_ONLINE_URL", "https://developer.octobot.info/")
3434
OCTOBOT_ONLINE = os.getenv("TENTACLES_OCTOBOT_ONLINE_URL", "https://static.octobot.online")
3535
OCTOBOT_FEEDBACK = os.getenv("FEEDBACK_OCTOBOT_ONLINE_URL", "https://feedback.octobot.online/")
3636
TENTACLES_REPOSITORY = "tentacles"

0 commit comments

Comments
 (0)