Skip to content

Commit 21b9deb

Browse files
authored
Merge pull request #53 from CyraTechZenith/docs/fix-quickstart-template-artifacts
docs: fix broken links and command examples in QUICKSTART.md
2 parents 9a03049 + 077068b commit 21b9deb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

QUICKSTART.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Click the **"Fork"** button at the top right of this repository page.
2929
### 2. Clone Your Fork
3030

3131
```bash
32-
git clone [https://github.com/YOUR-USERNAME/Good-first-Issue.git](https://github.com/YOUR-USERNAME/Good-first-Issue.git)
32+
git clone https://github.com/YOUR-USERNAME/Good-first-Issue.git
3333
cd Good-first-Issue
3434

3535
```
@@ -122,7 +122,7 @@ Downloading the code to your computer so you can edit it.
122122
* Clone the repository:
123123

124124
```bash
125-
git clone [https://github.com/YOUR-USERNAME/Good-first-Issue.git](https://github.com/YOUR-USERNAME/Good-first-Issue.git)
125+
git clone https://github.com/YOUR-USERNAME/Good-first-Issue.git
126126

127127
```
128128

@@ -285,14 +285,14 @@ You should see your PR with a number (e.g., `#42`).
285285
**Need more help?**
286286
→ Check `README.md` for detailed step-by-step instructions
287287
→ See `FAQ.md` for common questions
288-
[Open an issue](https://www.google.com/search?q=../../issues) if you're still stuck
288+
[Open an issue](../../issues) if you're still stuck
289289

290290
---
291291

292292
## 🎯 What's Next?
293293

294294
* ⭐ Star this repository
295-
* 📖 Read [RESOURCES.md](https://www.google.com/search?q=RESOURCES.md) to continue learning
295+
* 📖 Read [RESOURCES.md](RESOURCES.md) to continue learning
296296
* 🔍 Find your next contribution on [goodfirstissue.dev](https://goodfirstissue.dev)
297297
* 🤝 Help review other people's PRs
298298

0 commit comments

Comments
 (0)