Skip to content

Commit a950ae7

Browse files
committed
docs: update repository URLs to new GitHub organization name
Update all references from ainativekit/ainativekit-ui to AINativeKit/ainativekit-ui across documentation, package.json, and code examples.
1 parent 416a17f commit a950ae7

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@ This library follows [Semantic Versioning](https://semver.org/):
163163

164164
---
165165

166-
[0.5.0]: https://github.com/ainativekit/ainativekit-ui/releases/tag/v0.5.0
167-
[0.4.0]: https://github.com/ainativekit/ainativekit-ui/releases/tag/v0.4.0
168-
[0.1.0]: https://github.com/ainativekit/ainativekit-ui/releases/tag/v0.1.0
166+
[0.5.0]: https://github.com/AINativeKit/ainativekit-ui/releases/tag/v0.5.0
167+
[0.4.0]: https://github.com/AINativeKit/ainativekit-ui/releases/tag/v0.4.0
168+
[0.1.0]: https://github.com/AINativeKit/ainativekit-ui/releases/tag/v0.1.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This project follows a [Code of Conduct](./CODE_OF_CONDUCT.md).
2828

2929
```bash
3030
# Clone the repository
31-
git clone https://github.com/ainativekit/ainativekit-ui.git
31+
git clone https://github.com/AINativeKit/ainativekit-ui.git
3232
cd ainativekit-ui
3333

3434
# Install dependencies

packages/ui/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ Complex, domain-specific, feature-complete patterns.
8686

8787
## Links
8888

89-
- [GitHub Repository](https://github.com/ainativekit/ainativekit-ui)
89+
- [GitHub Repository](https://github.com/AINativeKit/ainativekit-ui)
9090
- [Storybook](https://www.ainativekit.com)
9191
- [NPM Package](https://www.npmjs.com/package/@ainativekit/ui)

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"license": "MIT",
4747
"repository": {
4848
"type": "git",
49-
"url": "https://github.com/ainativekit/ainativekit-ui.git",
49+
"url": "https://github.com/AINativeKit/ainativekit-ui.git",
5050
"directory": "packages/ui"
5151
},
5252
"bugs": {
53-
"url": "https://github.com/ainativekit/ainativekit-ui/issues"
53+
"url": "https://github.com/AINativeKit/ainativekit-ui/issues"
5454
},
55-
"homepage": "https://github.com/ainativekit/ainativekit-ui#readme",
55+
"homepage": "https://github.com/AINativeKit/ainativekit-ui#readme",
5656
"scripts": {
5757
"build": "node scripts/generate-icon-data.cjs && tsc --emitDeclarationOnly --outDir dist && vite build",
5858
"test": "vitest run",

packages/ui/scripts/generate-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ ${CATEGORIES.patterns.map((c) => `- [${c}](/components/patterns/${c.toLowerCase(
375375
376376
## Links
377377
378-
- [GitHub Repository](https://github.com/ainativekit/ainativekit-ui)
378+
- [GitHub Repository](https://github.com/AINativeKit/ainativekit-ui)
379379
- [Storybook](https://www.ainativekit.com)
380380
- [NPM Package](https://www.npmjs.com/package/@ainativekit/ui)
381381
`;

packages/ui/src/stories/OpenAiHooks.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ const OpenAiHooksPlayground: React.FC<PlaygroundArgs> = (args) => {
473473
>
474474
📖 <strong>Need detailed documentation?</strong> Check out the{' '}
475475
<a
476-
href="https://github.com/ainativekit/ainativekit-ui/blob/main/packages/ui/docs/guides/useOpenAiGlobal.md"
476+
href="https://github.com/AINativeKit/ainativekit-ui/blob/main/packages/ui/docs/guides/useOpenAiGlobal.md"
477477
target="_blank"
478478
rel="noopener noreferrer"
479479
style={{

0 commit comments

Comments
 (0)