Skip to content

Commit 34127b7

Browse files
committed
fix(readme): update repository links to point to promptfiles-copilot
1 parent da80d27 commit 34127b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Thank you for your interest in contributing to this prompt library! This guide w
5858

5959
```bash
6060
# Clone the repository
61-
git clone https://github.com/stefaniuk/promptfiles.git
61+
git clone https://github.com/stefaniuk/promptfiles-copilot.git
6262
cd promptfiles
6363

6464
# Verify quality gates work

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Prompt Files
1+
# GitHub Copilot Prompt Files
22

33
A curated, specification-first library of prompts, instruction packs, skills, and Copilot agents that keeps AI helpers aligned with the spec-kit operating model.
44

5-
[![Spec-Kit](https://img.shields.io/badge/spec--kit-powered-blue?style=for-the-badge)](https://github.com/stefaniuk/promptfiles)
5+
[![Spec-Kit](https://img.shields.io/badge/spec--kit-powered-blue?style=for-the-badge)](https://github.com/stefaniuk/promptfiles-copilot)
66
[![Licence](https://img.shields.io/badge/licence-MIT-green?style=for-the-badge)](LICENCE.md)
77
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=for-the-badge)](./.github/contributing.md)
88

@@ -36,7 +36,7 @@ Prompts, agents, and skills are written directly against the spec-kit constituti
3636

3737
```bash
3838
# Clone the repository
39-
git clone https://github.com/stefaniuk/promptfiles.git
39+
git clone https://github.com/stefaniuk/promptfiles-copilot.git
4040
cd promptfiles
4141

4242
# Configure the development environment
@@ -238,7 +238,7 @@ We welcome contributions! See [.github/contributing.md](.github/contributing.md)
238238
### Development setup
239239

240240
```bash
241-
git clone https://github.com/stefaniuk/promptfiles.git
241+
git clone https://github.com/stefaniuk/promptfiles-copilot.git
242242
cd promptfiles
243243
make config
244244
```

0 commit comments

Comments
 (0)