Skip to content

Commit 5937467

Browse files
committed
fix: update ObjectQL repository links to point to the new location
1 parent 89ada1e commit 5937467

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ All ObjectOS plugins must conform to this lifecycle for consistency and predicta
4646
- `API.*` - Endpoint contracts
4747

4848
### ObjectQL Repository (Data Layer Implementation)
49-
- **Location**: https://github.com/objectql/objectql
49+
- **Location**: https://github.com/objectstack-ai/objectql
5050
- **Purpose**: Defines the metadata standard and provides core implementations
5151
- **Key Packages**:
5252
- `@objectql/core` - Metadata parser, AST builder, query compiler

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thank you for your interest in contributing to ObjectOS! This guide will help yo
66

77
ObjectOS is the **runtime engine** that executes metadata defined in the ObjectQL format. It's part of a two-repository ecosystem:
88

9-
- **[objectql/objectql](https://github.com/objectql/objectql)**: The protocol definition and core drivers
9+
- **[objectql/objectql](https://github.com/objectstack-ai/objectql)**: The protocol definition and core drivers
1010
- **objectql/objectos** (this repo): The runtime implementation
1111

1212
## Project Structure

DEVELOPMENT_PLAN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ ObjectOS aims to be the **world's leading enterprise management software runtime
8585

8686
| Layer | Repository | Responsibility |
8787
|-------|-----------|---------------|
88-
| **Data** | [ObjectQL](https://github.com/objectql/objectql) | Defines "what data is" — objects, fields, relationships, drivers |
88+
| **Data** | [ObjectQL](https://github.com/objectstack-ai/objectql) | Defines "what data is" — objects, fields, relationships, drivers |
8989
| **Runtime** | ObjectOS (this repo) | Defines "how business runs" — security, processes, automation |
90-
| **Views** | [ObjectUI](https://github.com/objectql/objectui) | Defines "how UI presents" — components, layouts, interactions |
90+
| **Views** | [ObjectUI](https://github.com/objectstack-ai/objectui) | Defines "how UI presents" — components, layouts, interactions |
9191

9292
### Protocol Foundation
9393

@@ -750,7 +750,7 @@ states:
750750

751751
- **Repository**: https://github.com/objectql/objectos
752752
- **Spec Protocol**: https://github.com/objectstack-ai/spec
753-
- **ObjectQL**: https://github.com/objectql/objectql
753+
- **ObjectQL**: https://github.com/objectstack-ai/objectql
754754
- **Issues**: https://github.com/objectql/objectos/issues
755755
- **Discussions**: https://github.com/objectql/objectos/discussions
756756

@@ -948,8 +948,8 @@ Keep Next.js only for `apps/site` (Fumadocs documentation framework dependency).
948948
949949
- **Repository**: https://github.com/objectql/objectos
950950
- **Spec Protocol**: https://github.com/objectstack-ai/spec
951-
- **ObjectQL**: https://github.com/objectql/objectql
952-
- **ObjectUI**: https://github.com/objectql/objectui
951+
- **ObjectQL**: https://github.com/objectstack-ai/objectql
952+
- **ObjectUI**: https://github.com/objectstack-ai/objectui
953953
- **Issues**: https://github.com/objectql/objectos/issues
954954
- **Discussions**: https://github.com/objectql/objectos/discussions
955955

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
State. Identity. Synchronization. Orchestration. Admin Console.
66

7-
*Built on [ObjectQL](https://github.com/objectql/objectql) & [ObjectStack](https://objectstack.ai).*
7+
*Built on [ObjectQL](https://github.com/objectstack-ai/objectql) & [ObjectStack](https://objectstack.ai).*
88

99
[![License](https://img.shields.io/badge/license-AGPL%20v3-red.svg)](LICENSE)
1010
[![Stack](https://img.shields.io/badge/stack-Hono%20%7C%20React%20%7C%20TypeScript-blue.svg)](#-tech-stack)
@@ -17,8 +17,8 @@ State. Identity. Synchronization. Orchestration. Admin Console.
1717

1818
| Layer | Repo | Responsibility |
1919
|---|---|---|
20-
| **ObjectQL** | [objectql/objectql](https://github.com/objectql/objectql) | Data — metadata, drivers, queries |
21-
| **ObjectUI** | [objectql/objectui](https://github.com/objectql/objectui) | Views — amis-like control library |
20+
| **ObjectQL** | [objectql/objectql](https://github.com/objectstack-ai/objectql) | Data — metadata, drivers, queries |
21+
| **ObjectUI** | [objectql/objectui](https://github.com/objectstack-ai/objectui) | Views — amis-like control library |
2222
| **ObjectOS** | this repo | **State, Identity, Sync, Orchestration, Admin Console** |
2323

2424
ObjectOS acts as the "Kernel" that boots up, loads drivers (ObjectQL) and applications (Plugins), then governs every request through Authentication, Authorization, and Audit.
@@ -222,6 +222,6 @@ pnpm start
222222

223223
Part of the **ObjectStack Ecosystem**
224224

225-
[ObjectQL (Data)](https://github.com/objectql/objectql) · **ObjectOS (System)** · [ObjectUI (View)](https://github.com/objectql/objectui)
225+
[ObjectQL (Data)](https://github.com/objectstack-ai/objectql) · **ObjectOS (System)** · [ObjectUI (View)](https://github.com/objectstack-ai/objectui)
226226

227227
</div>

apps/site/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function HomePage() {
3131
</p>
3232
<p className="text-lg text-muted-foreground max-w-2xl mx-auto">
3333
Instant Backend. Security Kernel. Workflow Automation.
34-
Built on <Link href="https://github.com/objectql/objectql" className="text-primary hover:underline">ObjectQL</Link> & NestJS.
34+
Built on <Link href="https://github.com/objectstack-ai/objectql" className="text-primary hover:underline">ObjectQL</Link> & NestJS.
3535
</p>
3636
<div className="flex flex-col sm:flex-row gap-4 justify-center pt-4">
3737
<Link

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default defineConfig({
7676
},
7777

7878
socialLinks: [
79-
{ icon: 'github', link: 'https://github.com/objectql/objectql' }
79+
{ icon: 'github', link: 'https://github.com/objectstack-ai/objectql' }
8080
],
8181

8282
footer: {

0 commit comments

Comments
 (0)