|
1 | 1 | 
|
2 | 2 | # QuantConnect Documentation
|
3 | 3 |
|
4 |
| -[Documentation][1] | [LEAN API][2] | [Download LEAN][3] | [Slack Channel][8] |
| 4 | +[Documentation][1] | [LEAN API][2] | [Download LEAN][3] | [Discord Channel][4] |
5 | 5 | ----------
|
6 | 6 |
|
7 | 7 | This repository is the primary source for documentation for QuantConnect.com. If you have edits to the documentation, please submit a pull request for the fix.
|
8 | 8 |
|
9 |
| -Contributors of accepted pull requests will receive a 2 month free Prime subscription on QuantConnect. Once your pull request has been merged, write to us at [email protected] with a link to your PR to claim your free live trading! =) QuantConnect <3 open source. |
| 9 | +Contributors of accepted pull requests will receive a 2 month free Prime subscription on QuantConnect. Once your pull request has been merged, write to us at [[email protected]][5] with a link to your PR to claim your free live trading! =) QuantConnect <3 open source. |
10 | 10 |
|
11 |
| -Lean Engine is an open source fully-managed C# algorithmic trading engine built for desktop and cloud usage. It was designed in Mono and operates on Windows, Linux, and Mac platforms. For more information about the LEAN Algorithmic Trading engine, see the [Lean Engine Repository][4]. |
| 11 | +Lean Engine is an open source fully-managed C# algorithmic trading engine built for desktop and cloud usage. It was designed in Mono and operates on Windows, Linux, and Mac platforms. For more information about the LEAN Algorithmic Trading engine, see the [Lean Engine Repository][6]. |
12 | 12 |
|
13 | 13 |
|
14 | 14 | ## New Documentation Requests and Edits ##
|
15 | 15 |
|
16 |
| -Please submit new documentation requests as an issue to the [Documentation repository][5]. Before submitting an issue, please read others to ensure it is not a duplicate. Edits and fixes for clarity are warmly welcomed! |
| 16 | +Please submit new documentation requests as an issue to the [Documentation repository][7]. Before submitting an issue, please read others to ensure it is not a duplicate. Edits and fixes for clarity are warmly welcomed! |
17 | 17 |
|
18 | 18 | ## Contributors and Pull Requests ##
|
19 | 19 |
|
20 |
| -Contributions are very warmly welcomed, but we ask you read the existing code to see how it is formatted and commented, and to ensure contributions match the existing style. All code submissions must include accompanying tests. Please see the [contributor guidelines][7]. |
| 20 | +Contributions are very warmly welcomed, but we ask you read the existing code to see how it is formatted and commented, and to ensure contributions match the existing style. All code submissions must include accompanying tests. Please see the [contributor guidelines][8]. |
21 | 21 |
|
22 |
| -[1]: https://www.quantconnect.com/docs "Documentation" |
23 |
| -[2]: https://www.quantconnect.com/lean/docs "Lean Documentation" |
| 22 | +[1]: https://www.quantconnect.com/docs |
| 23 | +[2]: https://www.quantconnect.com/docs/v2/lean-cli/api-reference |
24 | 24 | [3]: https://github.com/QuantConnect/Lean/archive/master.zip
|
25 |
| -[4]: https://github.com/QuantConnect/Lean/archive/master.zip |
26 |
| -[5]: https://github.com/QuantConnect/Documentation/issues |
27 |
| -[6]: https://groups.google.com/forum/#!forum/lean-engine |
28 |
| -[7]: https://github.com/QuantConnect/Lean/blob/master/CONTRIBUTING.md |
29 |
| -[8]: https://www.quantconnect.com/slack |
| 25 | +[4]: https://www.quantconnect.com/slack |
| 26 | +[5]: mailto:support@quantconnect.com |
| 27 | +[6]: https://github.com/QuantConnect/Lean |
| 28 | +[7]: https://github.com/QuantConnect/Documentation/issues |
| 29 | +[8]: https://github.com/QuantConnect/Lean/blob/master/CONTRIBUTING.md |
0 commit comments