Skip to content

Commit 0a4d790

Browse files
yossiovadiaclaude
andcommitted
fix: update llm-katan project URLs to vllm-project repository
Update repository URLs in pyproject.toml to point to the correct vllm-project organization instead of personal fork. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Yossi Ovadia <[email protected]>
1 parent 515cd0b commit 0a4d790

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e-tests/llm-katan/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ dev = [
5454
]
5555

5656
[project.urls]
57-
Homepage = "https://github.com/yossiovadia/semantic-router"
58-
Documentation = "https://github.com/yossiovadia/semantic-router/tree/main/e2e-tests/llm-katan"
59-
Repository = "https://github.com/yossiovadia/semantic-router.git"
60-
Issues = "https://github.com/yossiovadia/semantic-router/issues"
57+
Homepage = "https://github.com/vllm-project/semantic-router"
58+
Documentation = "https://github.com/vllm-project/semantic-router/tree/main/e2e-tests/llm-katan"
59+
Repository = "https://github.com/vllm-project/semantic-router.git"
60+
Issues = "https://github.com/vllm-project/semantic-router/issues"
6161

6262
[project.scripts]
6363
llm-katan = "llm_katan.cli:main"

0 commit comments

Comments
 (0)