From c2bb418542db8aef46a6398416e34fc888bb83c2 Mon Sep 17 00:00:00 2001
From: Alex Yang <himself65@outlook.com>
Date: Wed, 25 Sep 2024 03:52:33 -0700
Subject: [PATCH] chore: fix url in package.json (#1258)

---
 packages/cloud/package.json      | 2 +-
 packages/core/package.json       | 2 +-
 packages/env/package.json        | 2 +-
 packages/llm/ollama/package.json | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/cloud/package.json b/packages/cloud/package.json
index 1da782f4e..14a705b86 100644
--- a/packages/cloud/package.json
+++ b/packages/cloud/package.json
@@ -45,7 +45,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/himself65/LlamaIndexTS.git",
+    "url": "https://github.com/run-llama/LlamaIndexTS.git",
     "directory": "packages/cloud"
   },
   "devDependencies": {
diff --git a/packages/core/package.json b/packages/core/package.json
index ade1719bd..5d3282cd4 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -284,7 +284,7 @@
   "repository": {
     "type": "git",
     "directory": "packages/core",
-    "url": "https://github.com/himself65/LlamaIndexTS.git"
+    "url": "https://github.com/run-llama/LlamaIndexTS.git"
   },
   "devDependencies": {
     "@edge-runtime/vm": "^4.0.3",
diff --git a/packages/env/package.json b/packages/env/package.json
index c5f4fcc0a..caad3ca29 100644
--- a/packages/env/package.json
+++ b/packages/env/package.json
@@ -57,7 +57,7 @@
   ],
   "repository": {
     "type": "git",
-    "url": "https://github.com/himself65/LlamaIndexTS.git",
+    "url": "https://github.com/run-llama/LlamaIndexTS.git",
     "directory": "packages/env"
   },
   "scripts": {
diff --git a/packages/llm/ollama/package.json b/packages/llm/ollama/package.json
index 40bf722b9..af7980dcb 100644
--- a/packages/llm/ollama/package.json
+++ b/packages/llm/ollama/package.json
@@ -23,7 +23,7 @@
   "repository": {
     "type": "git",
     "url": "https://github.com/run-llama/LlamaIndexTS.git",
-    "directory": "packages/llm/openai"
+    "directory": "packages/llm/ollama"
   },
   "scripts": {
     "build": "bunchee",
-- 
GitLab