From 5447b603d5d78797a685073f7adf297ca57279d7 Mon Sep 17 00:00:00 2001 From: iamvirul Date: Thu, 26 Feb 2026 21:02:51 +0530 Subject: [PATCH] chore: update repo URLs to VecGrep org --- README.md | 14 +++++++------- pyproject.toml | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 909576e..dd51359 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # VecGrep -[![CI](https://github.com/iamvirul/VecGrep/actions/workflows/ci.yml/badge.svg)](https://github.com/iamvirul/VecGrep/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/iamvirul/VecGrep/branch/main/graph/badge.svg)](https://codecov.io/gh/iamvirul/VecGrep) -[![Discussions](https://img.shields.io/github/discussions/iamvirul/VecGrep)](https://github.com/iamvirul/VecGrep/discussions) +[![CI](https://github.com/VecGrep/VecGrep/actions/workflows/ci.yml/badge.svg)](https://github.com/VecGrep/VecGrep/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/VecGrep/VecGrep/branch/main/graph/badge.svg)](https://codecov.io/gh/VecGrep/VecGrep) +[![Discussions](https://img.shields.io/github/discussions/VecGrep/VecGrep)](https://github.com/VecGrep/VecGrep/discussions) Cursor-style semantic code search as an MCP plugin for Claude Code. @@ -162,7 +162,7 @@ The embedding model used by VecGrep is [`all-MiniLM-L6-v2-code-search-512`](http | | | |---|---| -| ❓ **Questions** | [Start a Q&A discussion](https://github.com/iamvirul/VecGrep/discussions/new?category=q-a) | -| 💡 **Ideas** | [Share an idea](https://github.com/iamvirul/VecGrep/discussions/new?category=ideas) | -| 🚀 **Show & Tell** | [Share how you use VecGrep](https://github.com/iamvirul/VecGrep/discussions/new?category=show-and-tell) | -| 🐛 **Bugs** | [Open an issue](https://github.com/iamvirul/VecGrep/issues/new) | +| ❓ **Questions** | [Start a Q&A discussion](https://github.com/VecGrep/VecGrep/discussions/new?category=q-a) | +| 💡 **Ideas** | [Share an idea](https://github.com/VecGrep/VecGrep/discussions/new?category=ideas) | +| 🚀 **Show & Tell** | [Share how you use VecGrep](https://github.com/VecGrep/VecGrep/discussions/new?category=show-and-tell) | +| 🐛 **Bugs** | [Open an issue](https://github.com/VecGrep/VecGrep/issues/new) | diff --git a/pyproject.toml b/pyproject.toml index ee781ca..0736405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/iamvirul/VecGrep" -Repository = "https://github.com/iamvirul/VecGrep" -Issues = "https://github.com/iamvirul/VecGrep/issues" +Homepage = "https://github.com/VecGrep/VecGrep" +Repository = "https://github.com/VecGrep/VecGrep" +Issues = "https://github.com/VecGrep/VecGrep/issues" [project.scripts] vecgrep = "vecgrep.server:main"