diff --git a/packages/ax/package.json b/packages/ax/package.json index c4a8690..980510f 100644 --- a/packages/ax/package.json +++ b/packages/ax/package.json @@ -5,11 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/eralabs-ai/ora-nextjs-plugin.git", + "url": "git+https://github.com/ora/ora-nextjs-plugin.git", "directory": "packages/ax" }, - "homepage": "https://github.com/eralabs-ai/ora-nextjs-plugin#readme", - "bugs": "https://github.com/eralabs-ai/ora-nextjs-plugin/issues", + "homepage": "https://github.com/ora/ora-nextjs-plugin#readme", + "bugs": "https://github.com/ora/ora-nextjs-plugin/issues", "keywords": [ "nextjs", "ai-agents", diff --git a/packages/ax/src/config-schema.ts b/packages/ax/src/config-schema.ts index a21d3c3..310ad9c 100644 --- a/packages/ax/src/config-schema.ts +++ b/packages/ax/src/config-schema.ts @@ -202,7 +202,7 @@ const entryOverrideSchema = { export const axConfigSchema: Record = { $schema: 'https://json-schema.org/draft/2020-12/schema', - $id: 'https://github.com/eralabs-ai/ora-nextjs-plugin/schema/ax.config.schema.json', + $id: 'https://github.com/ora/ora-nextjs-plugin/schema/ax.config.schema.json', title: 'AxConfig', type: 'object', properties: {