Skip to content

Commit e17e1d8

Browse files
Fix repository URL capitalization
Updated all URLs to use correct GitHub capitalization: Personal_AI_Infrastructure (not personal_ai_infrastructure) GitHub canonical URL uses capitals, so updated: - All badge URLs - Git clone command - Community section links - Migration instructions 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
1 parent 81384be commit e17e1d8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<br/>
1414

1515
![Static Badge](https://img.shields.io/badge/mission-upgrade_humans_using_AI-8B5CF6)
16-
![GitHub last commit](https://img.shields.io/github/last-commit/danielmiessler/personal_ai_infrastructure)
16+
![GitHub last commit](https://img.shields.io/github/last-commit/danielmiessler/Personal_AI_Infrastructure)
1717
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
1818
[![Claude Code](https://img.shields.io/badge/Powered%20by-Claude%20Code-blue)](https://claude.ai/code)
1919
[![PAI Video](https://img.shields.io/badge/🎥_Watch-PAI_Video-6B46C1)](https://youtu.be/iKwRWwabkEc)
2020

2121
<br/>
2222

23-
[![Stars](https://img.shields.io/github/stars/danielmiessler/personal_ai_infrastructure?style=for-the-badge&logo=starship&color=yellow&logoColor=white)](https://github.com/danielmiessler/personal_ai_infrastructure/stargazers)
24-
[![Forks](https://img.shields.io/github/forks/danielmiessler/personal_ai_infrastructure?style=for-the-badge&logo=git&color=blue&logoColor=white)](https://github.com/danielmiessler/personal_ai_infrastructure/network/members)
25-
[![Issues](https://img.shields.io/github/issues/danielmiessler/personal_ai_infrastructure?style=for-the-badge&logo=github&color=red&logoColor=white)](https://github.com/danielmiessler/personal_ai_infrastructure/issues)
23+
[![Stars](https://img.shields.io/github/stars/danielmiessler/Personal_AI_Infrastructure?style=for-the-badge&logo=starship&color=yellow&logoColor=white)](https://github.com/danielmiessler/Personal_AI_Infrastructure/stargazers)
24+
[![Forks](https://img.shields.io/github/forks/danielmiessler/Personal_AI_Infrastructure?style=for-the-badge&logo=git&color=blue&logoColor=white)](https://github.com/danielmiessler/Personal_AI_Infrastructure/network/members)
25+
[![Issues](https://img.shields.io/github/issues/danielmiessler/Personal_AI_Infrastructure?style=for-the-badge&logo=github&color=red&logoColor=white)](https://github.com/danielmiessler/Personal_AI_Infrastructure/issues)
2626

2727
<br/>
2828

@@ -114,10 +114,10 @@ Moved all contents from `PAI_DIRECTORY/` to repository root for immediate visibi
114114
- Migration guide for existing users
115115
116116
- 🏷️ **Repository Renamed**
117-
- Repository renamed from `PAI` to `personal_ai_infrastructure`
117+
- Repository renamed from `PAI` to `Personal_AI_Infrastructure`
118118
- GitHub automatically redirects old URL to new URL
119119
- All existing links and git operations continue to work
120-
- New URL: `github.com/danielmiessler/personal_ai_infrastructure`
120+
- New URL: `github.com/danielmiessler/Personal_AI_Infrastructure`
121121
122122
**Migration Steps:**
123123
@@ -140,8 +140,8 @@ Moved all contents from `PAI_DIRECTORY/` to repository root for immediate visibi
140140
141141
4. Update your git remote URL (optional but recommended):
142142
```bash
143-
git remote set-url origin [email protected]:danielmiessler/personal_ai_infrastructure.git
144-
# Or for HTTPS: git remote set-url origin https://github.com/danielmiessler/personal_ai_infrastructure.git
143+
git remote set-url origin [email protected]:danielmiessler/Personal_AI_Infrastructure.git
144+
# Or for HTTPS: git remote set-url origin https://github.com/danielmiessler/Personal_AI_Infrastructure.git
145145
```
146146
147147
**Why This Change:**
@@ -736,8 +736,8 @@ brew install oven-sh/bun/bun
736736
737737
```bash
738738
# Clone the PAI repository
739-
git clone https://github.com/danielmiessler/personal_ai_infrastructure.git
740-
cd personal_ai_infrastructure
739+
git clone https://github.com/danielmiessler/Personal_AI_Infrastructure.git
740+
cd Personal_AI_Infrastructure
741741
742742
# All functional directories are now visible at root
743743
ls -la # See agents/, skills/, commands/, etc.
@@ -1136,13 +1136,13 @@ send-client-updates --weekly-digest
11361136
11371137
### **Help Us Give AI to the World**
11381138
1139-
<a href="https://github.com/danielmiessler/personal_ai_infrastructure/issues">
1139+
<a href="https://github.com/danielmiessler/Personal_AI_Infrastructure/issues">
11401140
<img src="https://img.shields.io/badge/Report%20Issues-red?style=for-the-badge&logo=github&logoColor=white" alt="Issues">
11411141
</a>
1142-
<a href="https://github.com/danielmiessler/personal_ai_infrastructure/discussions">
1142+
<a href="https://github.com/danielmiessler/Personal_AI_Infrastructure/discussions">
11431143
<img src="https://img.shields.io/badge/Discussions-blue?style=for-the-badge&logo=github&logoColor=white" alt="Discussions">
11441144
</a>
1145-
<a href="https://github.com/danielmiessler/personal_ai_infrastructure/pulls">
1145+
<a href="https://github.com/danielmiessler/Personal_AI_Infrastructure/pulls">
11461146
<img src="https://img.shields.io/badge/Pull%20Requests-green?style=for-the-badge&logo=github&logoColor=white" alt="PRs">
11471147
</a>
11481148

0 commit comments

Comments
 (0)