Skip to content

Commit 01897b6

Browse files
committed
update links to website, see askmike#2510
1 parent 4fcfb45 commit 01897b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ If you cannot find an existing issue that describes your bug or feature, submit
3636

3737
## New Feature and code contributions
3838

39-
- If you want to add an exchange to Gekko, see [this doc](https://github.com/askmike/gekko/blob/develop/docs/internals/exchanges.md) for all the information you need.
40-
- If you want to Gekko react to anything from the market, you can most likely put this functionality into a plugin. See [this document](https://github.com/askmike/gekko/blob/develop/docs/internals/plugins.md) for details.
41-
- If you want to add trading strategies / indicators, please see [this document](https://github.com/askmike/gekko/blob/develop/docs/trading_bot/creating_a_trading_method.md).
39+
- If you want to add an exchange to Gekko, see [this doc](https://gekko.wizb.it/docs/extending/add_an_exchange.html) for all the information you need.
40+
- If you want to Gekko react to anything from the market, you can most likely put this functionality into a plugin. See [this document](https://gekko.wizb.it/docs/internals/plugins.html) for details.
41+
- If you want to create a strategy, please see [this page](https://gekko.wizb.it/docs/strategies/creating_a_strategy.html).
4242
- If you just want to work on Gekko, you can use the open issues with the tag `open-for-pulls` for inspiration.
43-
- If you want to work on the web interface (Gekko UI), please see [this frontend doc](https://github.com/askmike/gekko/blob/develop/docs/internals/gekko_ui.md) on the Vue.js frontend.
43+
- If you want to work on the web interface (Gekko UI), please see [this frontend doc](https://gekko.wizb.it/docs/internals/gekko_ui.html) on the Vue.js frontend.
4444

4545
Things to take into consideration when submitting a pull request:
4646

0 commit comments

Comments
 (0)