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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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/05 Plot Insights.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<tr>
1919
<td>Cloud Platform</td>
2020
<td><a href='/docs/v2/cloud-platform/projects/getting-started#13-Get-Project-Id'>Get Project Id</a></td>
21-
<td><a href='/docs/v2/cloud-platform/backtesting/getting-started#06-Get-Backtest-Id'>Get Backtest Id</a></td>
21+
<td><a href='/docs/v2/cloud-platform/backtesting/getting-started#07-Get-Backtest-Id'>Get Backtest Id</a></td>
2222
</tr>
2323
<tr>
2424
<td>Local Platform</td>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
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/live-trading/getting-started#06-Get-Deployment-Id'>Get Deployment Id</a></td>
28+
<td><a href='/docs/v2/cloud-platform/live-trading/getting-started#08-Get-Deployment-Id'>Get Deployment Id</a></td>
2929
</tr>
3030
<tr>
3131
<td>Local Platform</td>
3232
<td><a href='/docs/v2/local-platform/projects/getting-started#14-Get-Project-Id'>Get Project Id</a></td>
33-
<td><a href='/docs/v2/local-platform/live-trading/getting-started#08-Get-Deployment-Id'>Get Deployment Id</a></td>
33+
<td><a href='/docs/v2/local-platform/live-trading/getting-started#10-Get-Deployment-Id'>Get Deployment Id</a></td>
3434
</tr>
3535
<tr>
3636
<td>CLI</td>

04 Research Environment/10 Meta Analysis/04 Live Analysis/05 Plot Charts.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
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/live-trading/getting-started#06-Get-Deployment-Id'>Get Deployment Id</a></td>
22+
<td><a href='/docs/v2/cloud-platform/live-trading/getting-started#08-Get-Deployment-Id'>Get Deployment Id</a></td>
2323
</tr>
2424
<tr>
2525
<td>Local Platform</td>
2626
<td><a href='/docs/v2/local-platform/projects/getting-started#14-Get-Project-Id'>Get Project Id</a></td>
27-
<td><a href='/docs/v2/local-platform/live-trading/getting-started#08-Get-Deployment-Id'>Get Deployment Id</a></td>
27+
<td><a href='/docs/v2/local-platform/live-trading/getting-started#10-Get-Deployment-Id'>Get Deployment Id</a></td>
2828
</tr>
2929
<tr>
3030
<td>CLI</td>

04 Research Environment/12 Applying Research/03 Random Forest Regression/07 Test Hypothesis.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
<img class="docs-image" src="https://cdn.quantconnect.com/i/tu/rfr-2022-plot-1.png" alt="Random forest regression EDV result">
2929
<img class="docs-image" src="https://cdn.quantconnect.com/i/tu/rfr-2022-plot-2.png" alt="Random forest regression GOVT result">
3030
<img class="docs-image" src="https://cdn.quantconnect.com/i/tu/rfr-2022-plot-3.png" alt="Random forest regression SCHO result">
31-
<p>For more plots, please <a href="/docs/v2/research-environment/applying-research/random-forest-regression#10-Clone-Example-Project">clone the project</a> and run the notebook.</p>
31+
<p>For more plots, please <a href="/docs/v2/research-environment/applying-research/random-forest-regression#99-Examples">clone the project</a> and run the notebook.</p>
3232
</ol>
3333

05 Lean CLI/05 Datasets/12 Terminal Link/10 Live Trading.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
<pre>$ lean cloud live deploy "My Project" --data-provider-live "Terminal Link" --terminal-link-environment Production --terminal-link-server-host serverHost --terminal-link-server-port serverPort --terminal-link-emsx-account emsxAccount --terminal-link-emsx-broker emsxBroker --terminal-link-openfigi-api-key openfigiApiKey --brokerage "Paper Trading" --node "My Node" --auto-restart yes --notify-order-events no --notify-insights no</pre>
1515
</div>
1616

17-
<p>To deploy the live algorithm through the interactive mode of the CLI, see <a href='/docs/v2/lean-cli/live-trading/brokerages/bloomberg-emsx#09-Deploy-Local-Algorithms'>Deploy Local Algorithms</a> or <a href='/docs/v2/lean-cli/live-trading/brokerages/bloomberg-emsx#10-Deploy-Cloud-Algorithms'>Deploy Cloud Algorithms</a>.</p>
17+
<p>To deploy the live algorithm through the interactive mode of the CLI, see <a href='/docs/v2/lean-cli/live-trading/brokerages/bloomberg-emsx#10-Deploy-Local-Algorithms'>Deploy Local Algorithms</a> or <a href='/docs/v2/lean-cli/live-trading/brokerages/bloomberg-emsx#09-Deploy-Cloud-Algorithms'>Deploy Cloud Algorithms</a>.</p>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<p>To get the Id of a local backtest, check the name of the <span class='public-file-name'><a href='/docs/v2/lean-cli/initialization/organization-workspaces'>&lt;organizationWorkspace&gt;</a> / &lt;projectName&gt; / &lt;deploymentTimestamp&gt; / &lt;backtestId&gt;.json</span> file. An example local backtest Id is 1710698424.
22

3-
<p>To get the Id of a cloud backtest, check the output of the <code>lean cloud backtest</code> command in the terminal. If you no longer have the output, <a href='https://www.quantconnect.com/docs/v2/cloud-platform/backtesting/getting-started#06-Get-Backtest-Id'>get the backtest Id from the Algorithm Lab</a>. An example cloud backtest Id is 8b16cec0c44f75188d82f9eadb310e17.</p>
3+
<p>To get the Id of a cloud backtest, check the output of the <code>lean cloud backtest</code> command in the terminal. If you no longer have the output, <a href='https://www.quantconnect.com/docs/v2/cloud-platform/backtesting/getting-started#07-Get-Backtest-Id'>get the backtest Id from the Algorithm Lab</a>. An example cloud backtest Id is 8b16cec0c44f75188d82f9eadb310e17.</p>

07 Meta/01 Change Log/02 Documentation Updates.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h4>2024-03-27</h4>
9191
<li><a href='/docs/v2/local-platform/projects/getting-started#14-Get-Project-Id'>Local Platform > Projects > Getting Started > Get Project Id</a></li>
9292
<li><a href='/docs/v2/local-platform/backtesting/getting-started#07-Get-Backtest-Id'>Local Platform > Backtesting > Getting Started > Get Backtest Id</a></li>
9393
<li><a href='/docs/v2/local-platform/optimization/getting-started#07-Get-Optimization-Id'>Local Platform > Optimization > Getting Started > Get Optimization Id</a></li>
94-
<li><a href='/docs/v2/local-platform/live-trading/getting-started#08-Get-Deployment-Id'>Local Platform > Live Trading > Getting Started > Get Deployment Id</a></li>
94+
<li><a href='/docs/v2/local-platform/live-trading/getting-started#10-Get-Deployment-Id'>Local Platform > Live Trading > Getting Started > Get Deployment Id</a></li>
9595
<li><a href='/docs/v2/lean-cli/projects/project-management#07-Get-Project-Id'>LEAN CLI > Projects > Project Management > Get Project Id</a></li>
9696
<li><a href='/docs/v2/lean-cli/backtesting/deployment#05-Get-Backtest-Id'>LEAN CLI > Backtesting > Deployment > Get Backtest Id</a></li>
9797
</ul>
@@ -145,7 +145,7 @@ <h4>2024-03-26</h4>
145145
<li><a href='/docs/v2/local-platform/development-environment/packages-and-libraries'>Local Platform > Development Environment > Packages and Libraries</a></li>
146146
<li><a href='/docs/v2/writing-algorithms/key-concepts/libraries'>Writing Algorithms > Key Concepts > Libraries</a></li>
147147
</ul>
148-
<li>Added <a href='/docs/v2/cloud-platform/backtesting/getting-started#06-Get-Backtest-Id'>Cloud Platform > Backtesting > Getting Started > Get Backtest Id</a></li>
148+
<li>Added <a href='/docs/v2/cloud-platform/backtesting/getting-started#07-Get-Backtest-Id'>Cloud Platform > Backtesting > Getting Started > Get Backtest Id</a></li>
149149
<li>Added <a href='/docs/v2/cloud-platform/live-trading/getting-started#06-Get-Deployment-Id'>Cloud Platform > Live Trading > Getting Started > Get Deployment Id</a></li>
150150
<li>Added <a href='/docs/v2/cloud-platform/optimization/getting-started#06-Get-Optimization-Id'>Cloud Platform > Optimization > Getting Started > Get Optimization Id</a></li>
151151
</ul>

08 Drafts/99 India Equity/02 Handling Data/01 Introduction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
include(DOCS_RESOURCES."/securities/handling-data-intro.php");
55
?>
66

7-
<p>To view the resolutions that are available for India Equity data, see <a href="/docs/v2/writing-algorithms/securities/asset-classes/india-equity/requesting-data#03-Resolutions">Resolutions</a>.</p>
7+
<p>To view the resolutions that are available for India Equity data, see <a href="/docs/v2/drafts/india-equity/requesting-data#03-Resolutions">Resolutions</a>.</p>

Resources/object-store/example_insights.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
self.object_store.save(self.insight_key, f'[{content}]')</pre>
4343
</div>
4444
45-
<li>At the bottom of the <code class="csharp">Initialize</code><code class="python">initialize</code> method, read the Insight objects from the Object Store and <a href='/docs/v2/writing-algorithms/algorithm-framework/insight-manager#02-Add-Insights'>add them to the Insight Manager</a>.</li>
45+
<li>At the bottom of the <code class="csharp">Initialize</code><code class="python">initialize</code> method, read the Insight objects from the Object Store and <a href='/docs/v2/writing-algorithms/algorithm-framework/insight-manager#11-Add-Insights-to-Self-Managed-Insight-Collections'>add them to the Insight Manager</a>.</li>
4646
<div class='section-example-container'>
4747
<pre class='csharp'>if (ObjectStore.ContainsKey(_insightKey))
4848
{

Resources/object-store/example_profiler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</div>
4545

4646
<li>Get the backtest Id and read the profiling data from the Object Store.</li>
47-
<p>The process to get the backtest Id depends on if you use the <a href='/docs/v2/cloud-platform/backtesting/getting-started#06-Get-Backtest-Id'>Cloud Platform</a>, <a href='/docs/v2/local-platform/backtesting/getting-started#07-Get-Backtest-Id'>Local Platform</a>, or <a href='/docs/v2/lean-cli/backtesting/deployment#05-Get-Backtest-Id'>CLI</a>.</p>
47+
<p>The process to get the backtest Id depends on if you use the <a href='/docs/v2/cloud-platform/backtesting/getting-started#07-Get-Backtest-Id'>Cloud Platform</a>, <a href='/docs/v2/local-platform/backtesting/getting-started#07-Get-Backtest-Id'>Local Platform</a>, or <a href='/docs/v2/lean-cli/backtesting/deployment#05-Get-Backtest-Id'>CLI</a>.</p>
4848
<div class="section-example-container">
4949
<pre class="python">backtest_id = "8b16cec0c44f75188d82f9eadb310e17"
5050
profile_output = qb.object_store.read(f"{backtest_id}_profile")

URL Test/Program.cs

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ static void Main()
138138
.Replace("C and Rider", "C# and Rider") // special case
139139
.Replace("mixed mode consolidators", "mixed-mode consolidators") // special case
140140
.Replace("Multi Alpha", "Multi-Alpha") // special case
141+
.Replace("Self Managed", "Self-Managed") // special case
141142
.Replace("Margin3F", "Margin%3F") // special case
142143
.Replace("Greeks3F", "Greeks%3F") // special case
143144
.Replace("Smile3F", "Smile%3F") // special case
@@ -159,6 +160,7 @@ static void Main()
159160
.Replace("C and VS Code", "C# and VS Code") // special case
160161
.Replace("C and Rider", "C# and Rider") // special case
161162
.Replace("Multi Alpha", "Multi-Alpha") // special case
163+
.Replace("Self Managed", "Self-Managed") // special case
162164
.Replace("Margin3F", "Margin%3F") // special case
163165
.Replace("Greeks3F", "Greeks%3F") // special case
164166
.Replace("Smile3F", "Smile%3F") // special case

0 commit comments

Comments
 (0)