From 316a8b0aea9315f806df060948b6508e396e2f95 Mon Sep 17 00:00:00 2001 From: Alexander Chen Date: Wed, 16 Sep 2026 21:42:06 -0400 Subject: [PATCH] fix: update links after repository transfer --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- demo/index.html | 7 ++----- demo/src/App.tsx | 2 +- docs/docs.json | 4 ++-- package.json | 2 +- 6 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0625033..1951dbf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ That's it. ## Getting Started ```bash -git clone https://github.com/alexanderqchen/orb-ui.git +git clone https://github.com/exprmntl/orb-ui.git cd orb-ui pnpm install diff --git a/README.md b/README.md index 25e5e80..865bd9f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Expressive, accessible React components for realtime voice agents. Connect Vapi,

- Live demo · Documentation · Playground · npm · Star on GitHub + Live demo · Documentation · Playground · npm · Star on GitHub

```jsx @@ -355,7 +355,7 @@ the orb with the typed style variable: ## Development ```bash -git clone https://github.com/alexanderqchen/orb-ui.git +git clone https://github.com/exprmntl/orb-ui.git cd orb-ui pnpm install diff --git a/demo/index.html b/demo/index.html index 155419e..eb1314a 100644 --- a/demo/index.html +++ b/demo/index.html @@ -59,16 +59,13 @@ "name": "orb-ui", "description": "React voice agent UI component library with animated voice orbs, audio-reactive themes, and adapters for Vapi, ElevenLabs, and custom realtime voice AI apps.", "url": "https://orb-ui.com/", - "codeRepository": "https://github.com/alexanderqchen/orb-ui", + "codeRepository": "https://github.com/exprmntl/orb-ui", "downloadUrl": "https://www.npmjs.com/package/orb-ui", "applicationCategory": "DeveloperApplication", "programmingLanguage": "TypeScript", "runtimePlatform": "React", "license": "https://opensource.org/licenses/MIT", - "sameAs": [ - "https://github.com/alexanderqchen/orb-ui", - "https://www.npmjs.com/package/orb-ui" - ], + "sameAs": ["https://github.com/exprmntl/orb-ui", "https://www.npmjs.com/package/orb-ui"], "author": { "@type": "Person", "name": "Alexander Chen", diff --git a/demo/src/App.tsx b/demo/src/App.tsx index 6c30ff8..414f85d 100644 --- a/demo/src/App.tsx +++ b/demo/src/App.tsx @@ -6,7 +6,7 @@ import { highlightTsx } from './syntax-highlight' // Constants const STATES: OrbState[] = ['idle', 'connecting', 'listening', 'thinking', 'speaking', 'error'] const THEMES: OrbThemeName[] = ['circle', 'bars', 'cloud', 'radial', 'debug'] -const GITHUB_REPO_URL = 'https://github.com/alexanderqchen/orb-ui' +const GITHUB_REPO_URL = 'https://github.com/exprmntl/orb-ui' const NPM_PACKAGE_URL = 'https://www.npmjs.com/package/orb-ui' const GITHUB_STAR_COLOR = '#8bc7ff' diff --git a/docs/docs.json b/docs/docs.json index 9de1a4c..19f6f73 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -28,7 +28,7 @@ }, { "type": "github", - "href": "https://github.com/alexanderqchen/orb-ui" + "href": "https://github.com/exprmntl/orb-ui" } ], "primary": { @@ -39,7 +39,7 @@ }, "footer": { "socials": { - "github": "https://github.com/alexanderqchen/orb-ui", + "github": "https://github.com/exprmntl/orb-ui", "website": "https://orb-ui.com" } }, diff --git a/package.json b/package.json index a8181a8..a5ea943 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "homepage": "https://orb-ui.com", "repository": { "type": "git", - "url": "https://github.com/alexanderqchen/orb-ui.git" + "url": "https://github.com/exprmntl/orb-ui.git" }, "packageManager": "pnpm@10.33.1", "typesVersions": {