Skip to content

Commit c459bba

Browse files
committed
chore(repo): replace stale repository URLs with canonical location
Package metadata, the web landing page, and grant/application docs still pointed at the previous personal repository URL (karagozemin/Sub-Rosa) instead of the current organization repository. Replaced active references with the canonical Sub-Rosa-Issue/sub-rosa-issue URL; relative documentation links and historical prose were left untouched.
1 parent 8b9d81b commit c459bba

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/web/src/pages/LandingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function LandingPage({
4848
<div className="landing-nav-actions">
4949
<span className="landing-status-pill winner">Hack Privacy #1</span>
5050
<span className="landing-status-pill">testnet · live</span>
51-
<a href="https://github.com/karagozemin/Sub-Rosa" target="_blank" rel="noreferrer">
51+
<a href="https://github.com/Sub-Rosa-Issue/sub-rosa-issue" target="_blank" rel="noreferrer">
5252
GitHub
5353
</a>
5454
<a href="#/dashboard" className="secondary-action compact">

docs/CV_LABS_APPLICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ twice.
213213

214214
## Evidence Links
215215

216-
- Repository: https://github.com/karagozemin/Sub-Rosa
216+
- Repository: https://github.com/Sub-Rosa-Issue/sub-rosa-issue
217217
- Mainnet contract:
218218
https://stellar.expert/explorer/public/contract/CA7KSDEYJEPGZEB2ZROTLUWKQQ6GIRIQNGG6Z745MZ34QHP4UJPWODEX
219219
- SCF #44 round:

docs/INSTAWARDS_SOW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222

2323
### Supporting Links (Existing Work)
2424

25-
- GitHub repo: https://github.com/karagozemin/Sub-Rosa
25+
- GitHub repo: https://github.com/Sub-Rosa-Issue/sub-rosa-issue
2626
- Live demo: https://sub-rosa-web.vercel.app
2727
- Demo video: https://youtu.be/NDuR5B2ztQo
28-
- Architecture: https://github.com/karagozemin/Sub-Rosa/blob/main/ARCHITECTURE.md
28+
- Architecture: https://github.com/Sub-Rosa-Issue/sub-rosa-issue/blob/main/ARCHITECTURE.md
2929
- Pitch deck: https://gamma.app/docs/SUB-ROSA-g8o9ulvc7nezz4j?mode=doc
3030

3131
---

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/karagozemin/Sub-Rosa.git",
18+
"url": "https://github.com/Sub-Rosa-Issue/sub-rosa-issue.git",
1919
"directory": "packages/sdk"
2020
},
2121
"main": "src/index.ts",

packages/tlock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/karagozemin/Sub-Rosa.git",
18+
"url": "https://github.com/Sub-Rosa-Issue/sub-rosa-issue.git",
1919
"directory": "packages/tlock"
2020
},
2121
"main": "src/index.ts",

0 commit comments

Comments
 (0)