Skip to content

Commit dd18abd

Browse files
author
Kristopher Turner
committed
fix: resolve all broken links - homepage, assets refs in index pages
1 parent 3ea9e39 commit dd18abd

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

docs/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ The **Toolkit Repo** is cloned and instanced for each customer deployment, while
8383
| [Operations](./operations/) | Day-2 operations, monitoring, support | Draft | 8 |
8484
| [Azure Services](./azure-services/) | Running Azure services on Azure Local | Active ||
8585
| [Lab Environment](./lab-environment/) | Lab access and configuration | Draft | 3 |
86-
| [Assets](./assets/) | Diagrams, scripts, configurations | Active | 6 |
8786
| [Reference](./reference.mdx) | External links and resources | Draft | 1 |
8887

8988
## Deployment Stages at a Glance
@@ -193,5 +192,4 @@ The implementation is divided into 8 parts with phased tasks:
193192
- [Operations](./operations/)
194193
- [Azure Services](./azure-services/)
195194
- [Automation](./automation/)
196-
- [Assets](./assets/)
197195
- [Lab Environment](./lab-environment/)

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
22-
to="/docs/intro"
22+
to="/docs/"
2323
>
2424
Learn More About Azure Local
2525
</Link>

versioned_docs/version-1.0.0/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ The **Toolkit Repo** is cloned and instanced for each customer deployment, while
8383
| [Operations](./operations/) | Day-2 operations, monitoring, support | Draft | 8 |
8484
| [Azure Services](./azure-services/) | Running Azure services on Azure Local | Active ||
8585
| [Lab Environment](./lab-environment/) | Lab access and configuration | Draft | 3 |
86-
| [Assets](./assets/) | Diagrams, scripts, configurations | Active | 6 |
8786
| [Reference](./reference.mdx) | External links and resources | Draft | 1 |
8887

8988
## Deployment Stages at a Glance
@@ -193,5 +192,4 @@ The implementation is divided into 8 parts with phased tasks:
193192
- [Operations](./operations/)
194193
- [Azure Services](./azure-services/)
195194
- [Automation](./automation/)
196-
- [Assets](./assets/)
197195
- [Lab Environment](./lab-environment/)

0 commit comments

Comments
 (0)