Skip to content

Commit bd18478

Browse files
fix: update all repository URLs to correct location
Changed from rezarezvani/claudecode-github-bluprint to alirezarezvani/claude-code-github-workflow Updated files: - docs/.vitepress/config.js (5 URLs) - docs/index.md (5 URLs) - README.md (6 URLs) - docs/COMPLETE_SETUP.md (2 URLs) - docs/QUICK_START.md (2 URLs) - package.json (1 URL) - CLAUDE.md (1 URL) All documentation sites, clone commands, and links now point to correct repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f0d68da commit bd18478

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following files are **REFERENCE ONLY** and provide context but are NOT the s
6262
## 🏗️ Project Structure
6363

6464
```
65-
claudecode-github-bluprint/
65+
claude-code-github-workflow/
6666
├── implementation.md ← SOURCE OF TRUTH (PRD + Plan)
6767
├── CLAUDE.md ← This file (project context)
6868
├── README.md ← User-facing overview (to be created)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66
[![GitHub Actions](https://img.shields.io/badge/GitHub%20Actions-Ready-blue)](https://github.com/features/actions)
77
[![Claude Code](https://img.shields.io/badge/Claude%20Code-v1%20GA-purple)](https://docs.anthropic.com/claude/docs/github-actions)
8-
[![Version](https://img.shields.io/badge/version-1.0.0-green.svg)](https://github.com/alirezarezvani/claudecode-github-bluprint)
8+
[![Version](https://img.shields.io/badge/version-1.0.0-green.svg)](https://github.com/alirezarezvani/claude-code-github-workflow)
99
[![Phase](https://img.shields.io/badge/Phase-2%20Complete-success.svg)]()
1010

1111
> Transform your development workflow from planning to deployment in under 5 minutes. A comprehensive, production-ready blueprint that combines GitHub Actions with Claude Code for intelligent, automated workflows.
@@ -41,7 +41,7 @@ Get up and running in 3 commands:
4141

4242
```bash
4343
# 1. Clone this blueprint into your project
44-
git clone https://github.com/alirezarezvani/claudecode-github-bluprint.git .github-blueprint
44+
git clone https://github.com/alirezarezvani/claude-code-github-workflow.git .github-blueprint
4545
cd .github-blueprint
4646

4747
# 2. Run the interactive setup wizard
@@ -209,8 +209,8 @@ Built-in protections ensure safe, reliable automation:
209209

210210
### 🌐 Documentation Sites
211211

212-
**[📖 Full Documentation Site](https://rezarezvani.github.io/claudecode-github-bluprint/)** - Modern docs with search & navigation
213-
**[📝 GitHub Wiki](https://github.com/rezarezvani/claudecode-github-bluprint/wiki)** - Quick reference & community docs
212+
**[📖 Full Documentation Site](https://alirezarezvani.github.io/claude-code-github-workflow/)** - Modern docs with search & navigation
213+
**[📝 GitHub Wiki](https://github.com/alirezarezvani/claude-code-github-workflow/wiki)** - Quick reference & community docs
214214

215215
*Both sites auto-update from the [docs/](docs/) folder on every commit to main.*
216216

@@ -390,9 +390,9 @@ And provides:
390390

391391
## Connect
392392

393-
- **Project Repository**: [github.com/alirezarezvani/claudecode-github-bluprint](https://github.com/alirezarezvani/claudecode-github-bluprint)
394-
- **Issues**: [github.com/alirezarezvani/claudecode-github-bluprint/issues](https://github.com/alirezarezvani/claudecode-github-bluprint/issues)
395-
- **Discussions**: [github.com/alirezarezvani/claudecode-github-bluprint/discussions](https://github.com/alirezarezvani/claudecode-github-bluprint/discussions)
393+
- **Project Repository**: [github.com/alirezarezvani/claude-code-github-workflow](https://github.com/alirezarezvani/claude-code-github-workflow)
394+
- **Issues**: [github.com/alirezarezvani/claude-code-github-workflow/issues](https://github.com/alirezarezvani/claude-code-github-workflow/issues)
395+
- **Discussions**: [github.com/alirezarezvani/claude-code-github-workflow/discussions](https://github.com/alirezarezvani/claude-code-github-workflow/discussions)
396396

397397
---
398398

docs/.vitepress/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
'Production-ready GitHub Actions + Claude Code automation blueprint for developers of all skill levels',
88

99
// Base path for GitHub Pages (use repo name)
10-
base: '/claudecode-github-bluprint/',
10+
base: '/claude-code-github-workflow/',
1111

1212
// Clean URLs (remove .html extension)
1313
cleanUrls: true,
@@ -26,7 +26,7 @@ export default defineConfig({
2626

2727
// Head tags for SEO and PWA
2828
head: [
29-
['link', { rel: 'icon', href: '/claudecode-github-bluprint/favicon.ico' }],
29+
['link', { rel: 'icon', href: '/claude-code-github-workflow/favicon.ico' }],
3030
[
3131
'meta',
3232
{
@@ -75,7 +75,7 @@ export default defineConfig({
7575
{ text: 'Architecture', link: '/ARCHITECTURE' },
7676
],
7777
},
78-
{ text: 'GitHub', link: 'https://github.com/rezarezvani/claudecode-github-bluprint' },
78+
{ text: 'GitHub', link: 'https://github.com/alirezarezvani/claude-code-github-workflow' },
7979
],
8080

8181
// Sidebar navigation
@@ -121,7 +121,7 @@ export default defineConfig({
121121
socialLinks: [
122122
{
123123
icon: 'github',
124-
link: 'https://github.com/rezarezvani/claudecode-github-bluprint',
124+
link: 'https://github.com/alirezarezvani/claude-code-github-workflow',
125125
},
126126
],
127127

@@ -134,7 +134,7 @@ export default defineConfig({
134134
// Edit link
135135
editLink: {
136136
pattern:
137-
'https://github.com/rezarezvani/claudecode-github-bluprint/edit/main/docs/:path',
137+
'https://github.com/alirezarezvani/claude-code-github-workflow/edit/main/docs/:path',
138138
text: 'Edit this page on GitHub',
139139
},
140140

docs/COMPLETE_SETUP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Use the interactive wizard for quickest setup:
123123

124124
```bash
125125
# Clone blueprint
126-
git clone https://github.com/yourusername/claudecode-github-bluprint.git
127-
cd claudecode-github-bluprint
126+
git clone https://github.com/alirezarezvani/claude-code-github-workflow.git
127+
cd claude-code-github-workflow
128128

129129
# Run wizard
130130
./setup/wizard.sh
@@ -151,7 +151,7 @@ For full control over configuration:
151151

152152
```bash
153153
# Clone repository
154-
git clone https://github.com/yourusername/claudecode-github-bluprint.git blueprint
154+
git clone https://github.com/alirezarezvani/claude-code-github-workflow.git blueprint
155155
cd your-project
156156

157157
# Copy workflow files

docs/QUICK_START.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Copy this blueprint into your project:
4545
```bash
4646
# Option A: Add to existing repository
4747
cd your-project
48-
git clone https://github.com/yourusername/claudecode-github-bluprint.git .blueprint-temp
48+
git clone https://github.com/alirezarezvani/claude-code-github-workflow.git .blueprint-temp
4949
cp -r .blueprint-temp/.github/ .
5050
cp -r .blueprint-temp/.claude/ .
5151
cp -r .blueprint-temp/setup/ .
5252
rm -rf .blueprint-temp
5353

5454
# Option B: Start new project with blueprint
55-
git clone https://github.com/yourusername/claudecode-github-bluprint.git my-project
55+
git clone https://github.com/alirezarezvani/claude-code-github-workflow.git my-project
5656
cd my-project
5757
```
5858

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hero:
1414
link: /QUICK_START
1515
- theme: alt
1616
text: View on GitHub
17-
link: https://github.com/rezarezvani/claudecode-github-bluprint
17+
link: https://github.com/alirezarezvani/claude-code-github-workflow
1818

1919
features:
2020
- icon: 🚀
@@ -127,14 +127,14 @@ features:
127127

128128
## Community
129129

130-
- **[GitHub Repository](https://github.com/rezarezvani/claudecode-github-bluprint)** - Source code and examples
131-
- **[GitHub Wiki](https://github.com/rezarezvani/claudecode-github-bluprint/wiki)** - Quick reference documentation
132-
- **[Issues](https://github.com/rezarezvani/claudecode-github-bluprint/issues)** - Report bugs or request features
133-
- **[Discussions](https://github.com/rezarezvani/claudecode-github-bluprint/discussions)** - Community Q&A
130+
- **[GitHub Repository](https://github.com/alirezarezvani/claude-code-github-workflow)** - Source code and examples
131+
- **[GitHub Wiki](https://github.com/alirezarezvani/claude-code-github-workflow/wiki)** - Quick reference documentation
132+
- **[Issues](https://github.com/alirezarezvani/claude-code-github-workflow/issues)** - Report bugs or request features
133+
- **[Discussions](https://github.com/alirezarezvani/claude-code-github-workflow/discussions)** - Community Q&A
134134

135135
## License
136136

137-
Released under the [MIT License](https://github.com/rezarezvani/claudecode-github-bluprint/blob/main/LICENSE).
137+
Released under the [MIT License](https://github.com/alirezarezvani/claude-code-github-workflow/blob/main/LICENSE).
138138

139139
---
140140

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "claudecode-github-bluprint",
2+
"name": "claude-code-github-workflow",
33
"version": "1.0.0",
44
"description": "Production-ready GitHub Actions + Claude Code automation blueprint",
55
"type": "module",

0 commit comments

Comments
 (0)