Skip to content

Commit f57aa02

Browse files
committed
Fix incorrect awesome-copilot repository URL (github/awesome-copilot not mdundek/awesome-copilot)
1 parent dc6c8e3 commit f57aa02

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VS Code Copilot Resource Sync Scripts
22

3-
A collection of PowerShell scripts to automatically sync, combine, and publish [GitHub Copilot](https://github.com/features/copilot) resources from the [awesome-copilot](https://github.com/mdundek/awesome-copilot) community repository to your local VS Code profiles.
3+
A collection of PowerShell scripts to automatically sync, combine, and publish [GitHub Copilot](https://github.com/features/copilot) resources from the [awesome-copilot](https://github.com/github/awesome-copilot) community repository to your local VS Code profiles.
44

55
## 🎯 What This Does
66

@@ -211,12 +211,11 @@ $env:GITHUB_TOKEN = "ghp_your_token_here"
211211

212212
### Custom Source Repository
213213

214-
By default, scripts sync from `mdundek/awesome-copilot`. To use a different source:
214+
By default, scripts sync from `github/awesome-copilot`. To use a different source:
215215

216-
Edit `sync-awesome-copilot.ps1` line 7:
216+
Edit `sync-awesome-copilot.ps1` line 57:
217217
```powershell
218-
$Owner = "your-username"
219-
$Repo = "your-repo"
218+
$Repo = "your-username/your-repo"
220219
```
221220

222221
## 🗂️ File Naming Conventions
@@ -286,7 +285,7 @@ MIT License - See [LICENSE](LICENSE) file for details
286285

287286
## 🙏 Acknowledgments
288287

289-
- [awesome-copilot](https://github.com/mdundek/awesome-copilot) - Community resource repository
288+
- [awesome-copilot](https://github.com/github/awesome-copilot) - Community resource repository
290289
- [GitHub Copilot](https://github.com/features/copilot) - AI pair programmer
291290

292291
## ⚠️ Disclaimer

0 commit comments

Comments
 (0)