Skip to content

Commit 668b649

Browse files
committed
Update GitHub repository links in documentation to reflect new repository location
1 parent 94e5502 commit 668b649

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

.lab/00-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🎮 VS Code GitHub Copilot Agent Lab
22

3-
[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← README](../README.md)
3+
[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← README](../README.md)
44

55
---
66

@@ -65,6 +65,6 @@ Before you begin, verify:
6565

6666
---
6767

68-
[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← README](../README.md)
68+
[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← README](../README.md)
6969

7070
*Created for Java developers by the VS Code and Java teams*

.lab/01-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Part 1: Setup & Context Engineering
22

3-
[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← Overview](00-overview.md)
3+
[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← Overview](00-overview.md)
44

55
---
66

@@ -14,7 +14,7 @@ In this section, you'll set up your development environment and teach GitHub Cop
1414

1515
### Step 1: Create Your Repository
1616

17-
1. Open [github.com/brunoborges/vscode-github-copilot-agent-lab](https://github.com/brunoborges/vscode-github-copilot-agent-lab)
17+
1. Open [github.com/copilot-dev-days/agent-lab-java](https://github.com/copilot-dev-days/agent-lab-java)
1818
2. Click **Use this template****Create a new repository**
1919
- Name: `my-soc-ops-java`
2020
- Visibility: **Public**
@@ -132,6 +132,6 @@ You've learned how to:
132132

133133
---
134134

135-
[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← Overview](00-overview.md)
135+
[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← Overview](00-overview.md)
136136

137137
👉 **[Continue to Part 2: Design-First Frontend →](02-design.md)**

.lab/02-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Part 2: Design-First Frontend
22

3-
[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← Part 1](01-setup.md)
3+
[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← Part 1](01-setup.md)
44

55
---
66

@@ -134,6 +134,6 @@ You've learned how to:
134134

135135
---
136136

137-
[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← Part 1](01-setup.md)
137+
[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← Part 1](01-setup.md)
138138

139139
👉 **[Continue to Part 3: Custom Quiz Master →](03-quiz-master.md)**

.lab/04-multi-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Congratulations! You've completed the VS Code GitHub Copilot Agent Lab.
215215

216216
---
217217

218-
[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← Part 3](03-quiz-master.md)
218+
[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← Part 3](03-quiz-master.md)
219219

220220
Happy Coding! 👋
221221

.lab/05-complete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🎉 Workshop Complete!
22

3-
[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← Part 4](04-multi-agent.md)
3+
[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← Part 4](04-multi-agent.md)
44

55
---
66

.lab/GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Soc Ops — VS Code GitHub Copilot Agent Lab
22

3-
[🎮 Live Demo](https://brunoborges.github.io/vscode-github-copilot-agent-lab/)[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← README](../README.md)
3+
[🎮 Live Demo](https://copilot-dev-days.github.io/agent-lab-java/)[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← README](../README.md)
44

55
---
66

@@ -32,7 +32,7 @@
3232
## 🚀 Quick Setup
3333

3434
```
35-
# 1. Use template at github.com/brunoborges/vscode-github-copilot-agent-lab
35+
# 1. Use template at github.com/copilot-dev-days/agent-lab-java
3636
# 2. Enable GitHub Pages (Settings > Pages > GitHub Actions)
3737
# 3. Clone in VS Code
3838
# 4. Run /setup in Chat
@@ -95,6 +95,6 @@ Skill Bingo • Tech Life • Chaos Bingo • Travel • Fandom • Office Humor
9595

9696
---
9797

98-
[📚 Lab Guide](https://brunoborges.github.io/vscode-github-copilot-agent-lab/docs/)[← README](../README.md)
98+
[📚 Lab Guide](https://copilot-dev-days.github.io/agent-lab-java/docs/)[← README](../README.md)
9999

100100
*Happy Coding! 👋 — VS Code & Java Teams*

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h1>VS Code GitHub Copilot Agent Lab</h1>
363363
<a href="step.html?step=00-overview" class="btn btn-primary">
364364
🚀 Start Workshop
365365
</a>
366-
<a href="https://github.com/brunoborges/vscode-github-copilot-agent-lab" class="btn btn-secondary">
366+
<a href="https://github.com/copilot-dev-days/agent-lab-java" class="btn btn-secondary">
367367
📦 GitHub Repo
368368
</a>
369369
</div>
@@ -479,7 +479,7 @@ <h2 class="section-title">Prerequisites</h2>
479479
<!-- Footer -->
480480
<footer>
481481
<div class="footer-links">
482-
<a href="https://github.com/brunoborges/vscode-github-copilot-agent-lab">GitHub Repository</a>
482+
<a href="https://github.com/copilot-dev-days/agent-lab-java">GitHub Repository</a>
483483
<a href="https://www.youtube.com/code">VS Code YouTube</a>
484484
<a href="https://code.visualstudio.com/docs/copilot/overview">Copilot Docs</a>
485485
<a href="https://github.com/github/awesome-copilot">Awesome Copilot</a>

docs/step.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@
662662
}
663663

664664
// Base URL for fetching markdown from GitHub
665-
const GITHUB_RAW_BASE = 'https://raw.githubusercontent.com/brunoborges/vscode-github-copilot-agent-lab/main/.lab/';
665+
const GITHUB_RAW_BASE = 'https://raw.githubusercontent.com/copilot-dev-days/agent-lab-java/main/.lab/';
666666

667667
// Get current step from URL
668668
function getCurrentStepId() {

0 commit comments

Comments
 (0)