Skip to content

Commit cc3eb77

Browse files
committed
fix: Update GitHub URL to wenqingyu/ralphy-openspec
1 parent 19ca2d1 commit cc3eb77

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/src/components/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<div class="hero-actions">
1212
<a href="#setup" class="btn btn-primary">Get Started</a>
13-
<a href="https://github.com/anthropics/ralphy-openspec" target="_blank" rel="noopener" class="btn btn-secondary">
13+
<a href="https://github.com/wenqingyu/ralphy-openspec" target="_blank" rel="noopener" class="btn btn-secondary">
1414
View Source
1515
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" stroke="currentColor" stroke-width="1.5">
1616
<path d="M2.5 9.5L9.5 2.5M9.5 2.5H4M9.5 2.5V8"/>

docs/src/components/Nav.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const lang = getLangFromUrl(Astro.url);
1010
<a href={`/${lang}/`} class="nav-logo">ralphy-spec</a>
1111

1212
<div class="nav-links">
13-
<a href="https://github.com/anthropics/ralphy-openspec" target="_blank" rel="noopener">GitHub</a>
13+
<a href="https://github.com/wenqingyu/ralphy-openspec" target="_blank" rel="noopener">GitHub</a>
1414
<a href="https://www.npmjs.com/package/ralphy-spec" target="_blank" rel="noopener">npm</a>
1515
<LanguagePicker />
1616
</div>

docs/src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const {
3939
<div class="footer-content">
4040
<span class="footer-text">BSD-3-Clause</span>
4141
<span class="footer-sep">·</span>
42-
<a href="https://github.com/anthropics/ralphy-openspec" target="_blank" rel="noopener">GitHub</a>
42+
<a href="https://github.com/wenqingyu/ralphy-openspec" target="_blank" rel="noopener">GitHub</a>
4343
<span class="footer-sep">·</span>
4444
<a href="https://www.npmjs.com/package/ralphy-spec" target="_blank" rel="noopener">npm</a>
4545
</div>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://ralphy-spec.org",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/anthropics/ralphy-openspec.git"
10+
"url": "git+https://github.com/wenqingyu/ralphy-openspec.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/anthropics/ralphy-openspec/issues"
13+
"url": "https://github.com/wenqingyu/ralphy-openspec/issues"
1414
},
1515
"keywords": [
1616
"openspec",

0 commit comments

Comments
 (0)