Skip to content

Commit a612d0a

Browse files
chore: remove saas naming from repo references
Rename GitHub URLs and clone instructions from saas-commitmentissues to commitmentissues across README, footer links, and issue template contact links. Made-with: Cursor
1 parent 8a955a6 commit a612d0a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security disclosure
4-
url: https://github.com/dotsystemsdevs/saas-commitmentissues/security
4+
url: https://github.com/dotsystemsdevs/commitmentissues/security
55
about: Report security issues privately.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Official death certificates for abandoned GitHub repos.
66

77
Drop a GitHub URL. Get a shareable certificate in seconds.
88

9-
![MIT License](https://img.shields.io/github/license/dotsystemsdevs/saas-commitmentissues?style=flat-square)
9+
![MIT License](https://img.shields.io/github/license/dotsystemsdevs/commitmentissues?style=flat-square)
1010
![Vercel Deploy](https://img.shields.io/badge/deployed%20on-Vercel-black?style=flat-square&logo=vercel)
1111

1212
## Screenshots
@@ -62,8 +62,8 @@ The Hall of Shame list is currently curated for recognizable dead repos and fast
6262
## Run locally
6363

6464
```bash
65-
git clone https://github.com/dotsystemsdevs/saas-commitmentissues
66-
cd saas-commitmentissues
65+
git clone https://github.com/dotsystemsdevs/commitmentissues
66+
cd commitmentissues
6767
npm install
6868
npm run dev
6969
```

src/components/SiteFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function SiteFooter({ compact = false }: SiteFooterProps) {
3636
</nav>
3737
<a
3838
className="site-footer-source-link alive-interactive"
39-
href="https://github.com/dotsystemsdevs/saas-commitmentissues"
39+
href="https://github.com/dotsystemsdevs/commitmentissues"
4040
target="_blank"
4141
rel="noopener noreferrer"
4242
style={{

0 commit comments

Comments
 (0)