diff --git a/pyproject.toml b/pyproject.toml index b4b6c123..d443568d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,10 +80,9 @@ dependencies = [ dynamic = ["version"] [project.urls] -Homepage = "https://github.com/khoj-ai/khoj#readme" -Issues = "https://github.com/khoj-ai/khoj/issues" -Discussions = "https://github.com/khoj-ai/khoj/discussions" -Releases = "https://github.com/khoj-ai/khoj/releases" +Homepage = "https://khoj.dev" +Documentation = "https://docs.khoj.dev" +Code = "https://github.com/khoj-ai/khoj" [project.scripts] khoj = "khoj.main:run"