Skip to content

Commit 9c0a292

Browse files
committed
Fixes Broken Links
1 parent 78668c4 commit 9c0a292

File tree

21 files changed

+24
-23
lines changed

21 files changed

+24
-23
lines changed

01 Cloud Platform/13 Community/05 Quant League/06 Enter the Competition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<li>The email with which the captain is registered on the QuantConnect platform</li>
66
<li>The emails with which the team members are registered on the QuantConnect platform</li>
77
<li>A confirmation that all team members have updated their Names, Profile Picture, and LinkedIn Profiles on the QuantConnect platform</li>
8-
<li>The link to the <a href="/docs/v2/cloud-platform/backtesting/getting-started#07-Share-Backtests">backtest</a> of the team's submission</li>
8+
<li>The link to the <a href="/docs/v2/cloud-platform/backtesting/getting-started#08-Share-Backtests">backtest</a> of the team's submission</li>
99
<li>The team's investment thesis</li>
1010
</ul>
1111
<p>

03 Writing Algorithms/03 Securities/99 Asset Classes/08 Index/01 Requesting Data/02 Create Subscriptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
<pre class="python">self._symbol = self.add_index("VIX").symbol</pre>
66
</div>
77

8-
<p>To view the supported assets in the US Cash Indices dataset, see the <a href="/docs/v2/writing-algorithms/datasets/tickdata/us-cash-indices#08-Supported-Indices">Supported Indices</a>.</p>
8+
<p>To view the supported assets in the US Cash Indices dataset, see the <a href="/docs/v2/writing-algorithms/datasets/quantconnect/cash-indices#08-Supported-Indices">Supported Indices</a>.</p>

03 Writing Algorithms/08 Portfolio/04 Cashbook/02 Account Currency.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p>The default account currency is USD, but you can change it. All of the <a href="/docs/v2/writing-algorithms/portfolio/key-concepts#99-Properties">properties of the Portfolio object</a> that return a currency value denominate the currency value in your account currency. Depending on your account currency and security subscriptions, LEAN may add internal security subscriptions to calculate the <code class="csharp">ValueInAccountCurrency</code><code class="python">value_in_account_currency</code>. For example, if you only add BTCETH to your algorithm and set the account currency to USDT, LEAN adds BTCUSDT and ETHUSDT as internal feeds.</p>
1+
<p>The default account currency is USD, but you can change it. All of the <a href="/docs/v2/writing-algorithms/portfolio/key-concepts#98-Properties">properties of the Portfolio object</a> that return a currency value denominate the currency value in your account currency. Depending on your account currency and security subscriptions, LEAN may add internal security subscriptions to calculate the <code class="csharp">ValueInAccountCurrency</code><code class="python">value_in_account_currency</code>. For example, if you only add BTCETH to your algorithm and set the account currency to USDT, LEAN adds BTCUSDT and ETHUSDT as internal feeds.</p>
22

33
<p>To get your account currency, use the <code class="csharp">AccountCurrency</code><code class="python">account_currency</code> property.</p>
44

03 Writing Algorithms/14 Datasets/02 QuantConnect/12 US Index Option Universe/08 Supported Assets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" /></td>
4949
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" /></td>
5050
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" /></td>
51-
</tr></tbody></table><p>For more information about each underlying Index, see <a href="/docs/v2/writing-algorithms/datasets/tickdata/us-cash-indices#08-Supported-Indices">Supported Indices</a>.</p>
51+
</tr></tbody></table><p>For more information about each underlying Index, see <a href="/docs/v2/writing-algorithms/datasets/quantconnect/cash-indices#08-Supported-Indices">Supported Indices</a>.</p>

03 Writing Algorithms/14 Datasets/03 AlgoSeek/05 US Index Options/08 Supported Assets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" /></td>
4949
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" /></td>
5050
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" /></td>
51-
</tr></tbody></table><p>For more information about each underlying Index, see <a href="/docs/v2/writing-algorithms/datasets/tickdata/us-cash-indices#08-Supported-Indices">Supported Indices</a>.</p>
51+
</tr></tbody></table><p>For more information about each underlying Index, see <a href="/docs/v2/writing-algorithms/datasets/quantconnect/cash-indices#08-Supported-Indices">Supported Indices</a>.</p>

03 Writing Algorithms/20 Historical Data/01 History Requests/07 Data Formats.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<ul>
44
<li><a href="/docs/v2/writing-algorithms/securities/asset-classes/us-equity/requesting-data#03-Resolutions">US Equity</a></li>
5-
<li><a href="/docs/v2/writing-algorithms/securities/asset-classes/india-equity/requesting-data#03-Resolutions">India Equity</a></li>
65
<li><a href="/docs/v2/writing-algorithms/securities/asset-classes/equity-options/requesting-data/individual-contracts#03-Resolutions">Equity Options</a></li>
76
<li><a href="/docs/v2/writing-algorithms/securities/asset-classes/crypto/requesting-data#04-Resolutions">Crypto</a></li>
87
<li><a href="/docs/v2/writing-algorithms/securities/asset-classes/crypto-futures/requesting-data#04-Resolutions">Crypto Futures</a></li>

04 Research Environment/03 Datasets/20 Indices/03 Create Subscriptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
</div>
2121
</ol>
2222

23-
<p>To view all of the available indices, see <a href="/docs/v2/writing-algorithms/datasets/tickdata/us-cash-indices#08-Supported-Indices">Supported Indices</a>.</p>
23+
<p>To view all of the available indices, see <a href="/docs/v2/writing-algorithms/datasets/quantconnect/cash-indices#08-Supported-Indices">Supported Indices</a>.</p>

04 Research Environment/10 Meta Analysis/02 Backtest Analysis/02 Read Backtest Results.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<tr>
2626
<td>Cloud Platform</td>
2727
<td><a href='/docs/v2/cloud-platform/projects/getting-started#13-Get-Project-Id'>Get Project Id</a></td>
28-
<td><a href='/docs/v2/cloud-platform/backtesting/getting-started#06-Get-Backtest-Id'>Get Backtest Id</a></td>
28+
<td><a href='/docs/v2/cloud-platform/backtesting/getting-started#07-Get-Backtest-Id'>Get Backtest Id</a></td>
2929
</tr>
3030
<tr>
3131
<td>Local Platform</td>

04 Research Environment/10 Meta Analysis/02 Backtest Analysis/03 Plot Order Fills.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<tr>
2020
<td>Cloud Platform</td>
2121
<td><a href='/docs/v2/cloud-platform/projects/getting-started#13-Get-Project-Id'>Get Project Id</a></td>
22-
<td><a href='/docs/v2/cloud-platform/backtesting/getting-started#06-Get-Backtest-Id'>Get Backtest Id</a></td>
22+
<td><a href='/docs/v2/cloud-platform/backtesting/getting-started#07-Get-Backtest-Id'>Get Backtest Id</a></td>
2323
</tr>
2424
<tr>
2525
<td>Local Platform</td>

04 Research Environment/10 Meta Analysis/02 Backtest Analysis/04 Plot Metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<tr>
2020
<td>Cloud Platform</td>
2121
<td><a href='/docs/v2/cloud-platform/projects/getting-started#13-Get-Project-Id'>Get Project Id</a></td>
22-
<td><a href='/docs/v2/cloud-platform/backtesting/getting-started#06-Get-Backtest-Id'>Get Backtest Id</a></td>
22+
<td><a href='/docs/v2/cloud-platform/backtesting/getting-started#07-Get-Backtest-Id'>Get Backtest Id</a></td>
2323
</tr>
2424
<tr>
2525
<td>Local Platform</td>

0 commit comments

Comments
 (0)