Skip to content

Commit 0162b9d

Browse files
brunoborgesCopilot
andcommitted
Fix repo URL in localized docs pages
Localized index.html pages were pointing to the old upstream repo (madebygps/vscode-github-copilot-agent-lab) instead of copilot-dev-days/agent-lab-python. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fe94df7 commit 0162b9d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/es/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>VS Code GitHub Copilot Agent Lab</h1>
4848
<a href="step.html?step=00-overview" class="btn btn-primary">
4949
🚀 Iniciar Taller
5050
</a>
51-
<a href="https://github.com/madebygps/vscode-github-copilot-agent-lab" class="btn btn-secondary">
51+
<a href="https://github.com/copilot-dev-days/agent-lab-python" class="btn btn-secondary">
5252
📦 Repositorio GitHub
5353
</a>
5454
</div>
@@ -165,7 +165,7 @@ <h2 class="section-title">Requisitos Previos</h2>
165165
<!-- Footer -->
166166
<footer>
167167
<div class="footer-links">
168-
<a href="https://github.com/madebygps/vscode-github-copilot-agent-lab">Repositorio GitHub</a>
168+
<a href="https://github.com/copilot-dev-days/agent-lab-python">Repositorio GitHub</a>
169169
<a href="https://www.youtube.com/code">VS Code YouTube</a>
170170
<a href="https://code.visualstudio.com/docs/copilot/overview">Docs de Copilot</a>
171171
<a href="https://github.com/github/awesome-copilot">Awesome Copilot</a>

docs/pt_BR/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>VS Code GitHub Copilot Agent Lab</h1>
4848
<a href="step.html?step=00-overview" class="btn btn-primary">
4949
🚀 Iniciar Workshop
5050
</a>
51-
<a href="https://github.com/madebygps/vscode-github-copilot-agent-lab" class="btn btn-secondary">
51+
<a href="https://github.com/copilot-dev-days/agent-lab-python" class="btn btn-secondary">
5252
📦 Repositório GitHub
5353
</a>
5454
</div>
@@ -165,7 +165,7 @@ <h2 class="section-title">Pré-requisitos</h2>
165165
<!-- Footer -->
166166
<footer>
167167
<div class="footer-links">
168-
<a href="https://github.com/madebygps/vscode-github-copilot-agent-lab">Repositório GitHub</a>
168+
<a href="https://github.com/copilot-dev-days/agent-lab-python">Repositório GitHub</a>
169169
<a href="https://www.youtube.com/code">VS Code YouTube</a>
170170
<a href="https://code.visualstudio.com/docs/copilot/overview">Docs do Copilot</a>
171171
<a href="https://github.com/github/awesome-copilot">Awesome Copilot</a>

0 commit comments

Comments
 (0)