Skip to content

Commit b7c19a5

Browse files
committed
fix: update lab links to include .md extension for consistency
1 parent 72e9f8b commit b7c19a5

13 files changed

Lines changed: 35 additions & 35 deletions

File tree

index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ Before starting Lab 00, ensure you have the following:
4040

4141
Work through the labs in order. Each lab builds on the previous one.
4242

43-
- [ ] [Lab 00 - Prerequisites and Environment Setup](labs/lab-00-setup) _(30 min, Beginner)_
44-
- [ ] [Lab 01 - Explore the Sample App](labs/lab-01) _(25 min, Beginner)_
45-
- [ ] [Lab 02 - Understanding Agents, Skills, and Instructions](labs/lab-02) _(20 min, Beginner)_
46-
- [ ] [Lab 03 - Security Scanning with Copilot Agents](labs/lab-03) _(40 min, Intermediate)_
47-
- [ ] [Lab 04 - Accessibility Scanning with Copilot Agents](labs/lab-04) _(35 min, Intermediate)_
48-
- [ ] [Lab 05 - Code Quality Analysis with Copilot Agents](labs/lab-05) _(35 min, Intermediate)_
49-
- [ ] [Lab 06 - Understanding SARIF Output](labs/lab-06) _(30 min, Intermediate)_
50-
- [ ] [Lab 07 - Setting Up GitHub Actions Pipelines](labs/lab-07) _(40 min, Intermediate)_
51-
- [ ] [Lab 08 - Viewing Results in GitHub Security Tab](labs/lab-08) _(25 min, Intermediate)_
52-
- [ ] [Lab 09 - FinOps Agents and Azure Cost Governance](labs/lab-09) _(45 min, Advanced)_ ⭐ Optional
53-
- [ ] [Lab 10 - Agent Remediation Workflows](labs/lab-10) _(45 min, Advanced)_
54-
- [ ] [Lab 11 - Creating Your Own Custom Agent](labs/lab-11) _(45 min, Advanced)_
43+
- [ ] [Lab 00 - Prerequisites and Environment Setup](labs/lab-00-setup.md) _(30 min, Beginner)_
44+
- [ ] [Lab 01 - Explore the Sample App](labs/lab-01.md) _(25 min, Beginner)_
45+
- [ ] [Lab 02 - Understanding Agents, Skills, and Instructions](labs/lab-02.md) _(20 min, Beginner)_
46+
- [ ] [Lab 03 - Security Scanning with Copilot Agents](labs/lab-03.md) _(40 min, Intermediate)_
47+
- [ ] [Lab 04 - Accessibility Scanning with Copilot Agents](labs/lab-04.md) _(35 min, Intermediate)_
48+
- [ ] [Lab 05 - Code Quality Analysis with Copilot Agents](labs/lab-05.md) _(35 min, Intermediate)_
49+
- [ ] [Lab 06 - Understanding SARIF Output](labs/lab-06.md) _(30 min, Intermediate)_
50+
- [ ] [Lab 07 - Setting Up GitHub Actions Pipelines](labs/lab-07.md) _(40 min, Intermediate)_
51+
- [ ] [Lab 08 - Viewing Results in GitHub Security Tab](labs/lab-08.md) _(25 min, Intermediate)_
52+
- [ ] [Lab 09 - FinOps Agents and Azure Cost Governance](labs/lab-09.md) _(45 min, Advanced)_ ⭐ Optional
53+
- [ ] [Lab 10 - Agent Remediation Workflows](labs/lab-10.md) _(45 min, Advanced)_
54+
- [ ] [Lab 11 - Creating Your Own Custom Agent](labs/lab-11.md) _(45 min, Advanced)_
5555

5656
## Delivery Tiers
5757

@@ -93,7 +93,7 @@ not block later labs.
9393
own copy.
9494
2. Clone the new repository to your local machine.
9595
3. Open the repository in VS Code.
96-
4. Start with [Lab 00 - Prerequisites and Environment Setup](labs/lab-00-setup).
96+
4. Start with [Lab 00 - Prerequisites and Environment Setup](labs/lab-00-setup.md).
9797

9898
## Credits
9999

labs/lab-00-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ Before proceeding, verify:
119119

120120
## Next Steps
121121

122-
Proceed to [Lab 01 — Explore the Sample App](lab-01).
122+
Proceed to [Lab 01 — Explore the Sample App](lab-01.md).

labs/lab-01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Navigate the workshop repository structure, identify the four agen
1010
|---|---|
1111
| **Duration** | 25 minutes |
1212
| **Level** | Beginner |
13-
| **Prerequisites** | [Lab 00](lab-00-setup) |
13+
| **Prerequisites** | [Lab 00](lab-00-setup.md) |
1414

1515
## Learning Objectives
1616

@@ -109,4 +109,4 @@ Before proceeding, verify:
109109

110110
## Next Steps
111111

112-
Proceed to [Lab 02 — Understanding Agents, Skills, and Instructions](lab-02).
112+
Proceed to [Lab 02 — Understanding Agents, Skills, and Instructions](lab-02.md).

labs/lab-02.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Distinguish between agents, skills, instructions, and prompts. Lea
1010
|---|---|
1111
| **Duration** | 20 minutes |
1212
| **Level** | Beginner |
13-
| **Prerequisites** | [Lab 01](lab-01) |
13+
| **Prerequisites** | [Lab 01](lab-01.md) |
1414

1515
## Learning Objectives
1616

@@ -147,4 +147,4 @@ Before proceeding, verify:
147147

148148
## Next Steps
149149

150-
Proceed to [Lab 03](lab-03).
150+
Proceed to [Lab 03](lab-03.md).

labs/lab-03.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Run the security-reviewer, iac-security, and supply-chain-security
1010
|---|---|
1111
| **Duration** | 40 minutes |
1212
| **Level** | Intermediate |
13-
| **Prerequisites** | [Lab 00](lab-00-setup), [Lab 01](lab-01), [Lab 02](lab-02) |
13+
| **Prerequisites** | [Lab 00](lab-00-setup.md), [Lab 01](lab-01.md), [Lab 02](lab-02.md) |
1414

1515
## Learning Objectives
1616

@@ -130,4 +130,4 @@ Before proceeding, verify:
130130

131131
## Next Steps
132132

133-
Proceed to [Lab 04 — Accessibility Scanning with Copilot Agents](lab-04).
133+
Proceed to [Lab 04 — Accessibility Scanning with Copilot Agents](lab-04.md).

labs/lab-04.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Run the a11y-detector to find WCAG 2.2 Level AA violations, use th
1010
|---|---|
1111
| **Duration** | 35 minutes |
1212
| **Level** | Intermediate |
13-
| **Prerequisites** | [Lab 00](lab-00-setup), [Lab 01](lab-01), [Lab 02](lab-02) |
13+
| **Prerequisites** | [Lab 00](lab-00-setup.md), [Lab 01](lab-01.md), [Lab 02](lab-02.md) |
1414

1515
## Learning Objectives
1616

@@ -120,4 +120,4 @@ Before proceeding, verify:
120120

121121
## Next Steps
122122

123-
Proceed to [Lab 05 — Code Quality Analysis with Copilot Agents](lab-05).
123+
Proceed to [Lab 05 — Code Quality Analysis with Copilot Agents](lab-05.md).

labs/lab-05.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Measure test coverage, run the code-quality-detector to find quali
1010
|---|---|
1111
| **Duration** | 35 minutes |
1212
| **Level** | Intermediate |
13-
| **Prerequisites** | [Lab 00](lab-00-setup), [Lab 01](lab-01), [Lab 02](lab-02) |
13+
| **Prerequisites** | [Lab 00](lab-00-setup.md), [Lab 01](lab-01.md), [Lab 02](lab-02.md) |
1414

1515
## Learning Objectives
1616

@@ -129,4 +129,4 @@ Before proceeding, verify:
129129

130130
## Next Steps
131131

132-
Proceed to [Lab 06](lab-06).
132+
Proceed to [Lab 06](lab-06.md).

labs/lab-06.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Explore the SARIF v2.1.0 JSON structure, navigate findings with th
1010
|---|---|
1111
| **Duration** | 30 minutes |
1212
| **Level** | Intermediate |
13-
| **Prerequisites** | At least one of [Lab 03](lab-03), [Lab 04](lab-04), or [Lab 05](lab-05) |
13+
| **Prerequisites** | At least one of [Lab 03](lab-03.md), [Lab 04](lab-04.md), or [Lab 05](lab-05.md) |
1414

1515
## Learning Objectives
1616

@@ -132,4 +132,4 @@ Before proceeding, verify:
132132

133133
## Next Steps
134134

135-
Proceed to [Lab 07](lab-07) to enable GitHub Actions workflows and trigger them with a pull request.
135+
Proceed to [Lab 07](lab-07.md) to enable GitHub Actions workflows and trigger them with a pull request.

labs/lab-07.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Review the workshop GitHub Actions workflows, enable Actions in yo
1010
|---|---|
1111
| **Duration** | 40 minutes |
1212
| **Level** | Intermediate |
13-
| **Prerequisites** | [Lab 00](lab-00-setup) through [Lab 06](lab-06) |
13+
| **Prerequisites** | [Lab 00](lab-00-setup.md) through [Lab 06](lab-06.md) |
1414

1515
## Learning Objectives
1616

@@ -135,4 +135,4 @@ Before proceeding, verify:
135135

136136
## Next Steps
137137

138-
Proceed to [Lab 08](lab-08) to explore the uploaded SARIF results in the GitHub Security tab.
138+
Proceed to [Lab 08](lab-08.md) to explore the uploaded SARIF results in the GitHub Security tab.

labs/lab-08.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Navigate the GitHub Security tab, filter Code Scanning alerts by t
1010
|---|---|
1111
| **Duration** | 25 minutes |
1212
| **Level** | Intermediate |
13-
| **Prerequisites** | [Lab 07](lab-07) (workflows completed) |
13+
| **Prerequisites** | [Lab 07](lab-07.md) (workflows completed) |
1414

1515
## Learning Objectives
1616

@@ -127,4 +127,4 @@ Before proceeding, verify:
127127

128128
## Next Steps
129129

130-
Proceed to [Lab 09](lab-09) to explore FinOps governance and cost analysis with Copilot agents.
130+
Proceed to [Lab 09](lab-09.md) to explore FinOps governance and cost analysis with Copilot agents.

0 commit comments

Comments
 (0)