Skip to content

Commit 6128263

Browse files
committed
Fix broken links
1 parent 3441825 commit 6128263

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug report
33
about: Create a report to help us improve
44
title: ''
55
labels: bug
6-
assignees: the-dijkstra
6+
assignees: mhdcodes
77

88
---
99

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: ''
55
labels: enhancement
6-
assignees: the-dijkstra
6+
assignees: mhdcodes
77

88
---
99

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We would love your help to improve this project! Here are a few ways to contribu
44

55
## 🐛 Issues
66

7-
If you come across any bugs or something that doesn't seem right, please [open an issue](https://github.com/the-dijkstra/tryphp/issues). Also, if you have an idea for the project, open an issue to start the discussion.
7+
If you come across any bugs or something that doesn't seem right, please [open an issue](https://github.com/mhdcodes/tryphp/issues). Also, if you have an idea for the project, open an issue to start the discussion.
88

99
When possible, please include a link to a `git` repository or a CodeSandbox which illustrates the problem you're facing. This is especially important when you find a bug.
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If you find TryPHP helpful, please consider:
9393

9494
- Starring the repository
9595
- Sharing it with others
96-
- [Sponsoring the project](https://github.com/sponsors/the-dijkstra)
96+
- [Sponsoring the project](https://github.com/sponsors/mhdcodes)
9797

9898
## 🙏 Acknowledgments
9999

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const code = "curl -fsSL https://tryphp.dev/install.sh | bash";
2929
<div class="flex items-center space-x-4">
3030
<ThemeToggle />
3131
<a
32-
href="https://github.com/the-dijkstra/tryphp"
32+
href="https://github.com/mhdcodes/tryphp"
3333
class="hover:opacity-80 transition-opacity"
3434
aria-label="visit TryPHP GitHub repository"
3535
>

0 commit comments

Comments
 (0)