Skip to content

Commit 1e9403b

Browse files
committed
we need "I" not "i"
docusourus can redirect, but still gives a 404 first. Signed-off-by: JJ Asghar <[email protected]>
1 parent d144936 commit 1e9403b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Install/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Install() {
3434
alt="2. "
3535
src={require('/docs/assets/counting-02.png').default}
3636
></img>
37-
<a className="link" href="https://llm-d.ai/docs/guide/installation/quickstart#install">
37+
<a className="link" href="https://llm-d.ai/docs/guide/Installation/quickstart#install">
3838
Run the Quickstart
3939
</a>
4040
</h3>
@@ -46,7 +46,7 @@ export default function Install() {
4646
alt="3. "
4747
src={require('/docs/assets/counting-03.png').default}
4848
></img>
49-
<a className="link" href="https://llm-d.ai/docs/guide/installation/quickstart#examples">Explore llm-d!</a></h3>
49+
<a className="link" href="https://llm-d.ai/docs/guide/Installation/quickstart#examples">Explore llm-d!</a></h3>
5050
{/* -------------------------------------------------------------------------- */}
5151
<a className="static-button install-button button-link" href="docs/guide">
5252
Complete install methods here

0 commit comments

Comments
 (0)