From b16425d5d9a84a6d1d089cedb0e7c7f16b16ac25 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Tue, 12 Dec 2023 11:02:08 +0100 Subject: [PATCH] fix project urls --- integrations/chroma/pyproject.toml | 6 +++--- integrations/cohere/pyproject.toml | 6 +++--- integrations/elasticsearch/pyproject.toml | 4 ++-- integrations/gradient/pyproject.toml | 6 +++--- integrations/jina/pyproject.toml | 4 ++-- integrations/unstructured/fileconverter/pyproject.toml | 4 ++-- nodes/text2speech/pyproject.toml | 6 +++--- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index d19461895..8bace9a1b 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -28,9 +28,9 @@ dependencies = [ ] [project.urls] -Documentation = "https://github.com/masci/chroma-haystack#readme" -Issues = "https://github.com/masci/chroma-haystack/issues" -Source = "https://github.com/masci/chroma-haystack" +Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/chroma#readme" +Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues" +Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/chroma" [tool.hatch.version] path = "src/chroma_haystack/__about__.py" diff --git a/integrations/cohere/pyproject.toml b/integrations/cohere/pyproject.toml index 5d589df7b..71501d28e 100644 --- a/integrations/cohere/pyproject.toml +++ b/integrations/cohere/pyproject.toml @@ -30,9 +30,9 @@ dependencies = [ ] [project.urls] -Documentation = "https://github.com/unknown/cohere-haystack#readme" -Issues = "https://github.com/unknown/cohere-haystack/issues" -Source = "https://github.com/unknown/cohere-haystack" +Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/cohere#readme" +Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues" +Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/cohere" [tool.hatch.version] path = "src/cohere_haystack/__about__.py" diff --git a/integrations/elasticsearch/pyproject.toml b/integrations/elasticsearch/pyproject.toml index f67e9cc35..12922fbc2 100644 --- a/integrations/elasticsearch/pyproject.toml +++ b/integrations/elasticsearch/pyproject.toml @@ -29,9 +29,9 @@ dependencies = [ ] [project.urls] -Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/document_stores/elasticsearch#readme" +Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/elasticsearch#readme" Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues" -Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/document_stores/elasticsearch" +Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/elasticsearch" [tool.hatch.version] path = "src/elasticsearch_haystack/__about__.py" diff --git a/integrations/gradient/pyproject.toml b/integrations/gradient/pyproject.toml index 79a39a384..ae9e047c7 100644 --- a/integrations/gradient/pyproject.toml +++ b/integrations/gradient/pyproject.toml @@ -30,9 +30,9 @@ dependencies = [ ] [project.urls] -Documentation = "https://github.com/unknown/gradient-haystack#readme" -Issues = "https://github.com/unknown/gradient-haystack/issues" -Source = "https://github.com/unknown/gradient-haystack" +Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/gradient#readme" +Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues" +Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/gradient" [tool.hatch.version] path = "src/gradient_haystack/__about__.py" diff --git a/integrations/jina/pyproject.toml b/integrations/jina/pyproject.toml index 2e35201d7..a6a57efda 100644 --- a/integrations/jina/pyproject.toml +++ b/integrations/jina/pyproject.toml @@ -27,9 +27,9 @@ classifiers = [ dependencies = ["requests", "haystack-ai"] [project.urls] -Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/jina/jina-haystack#readme" +Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/jina#readme" Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues" -Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/jina/jina-haystack" +Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/jina" [tool.hatch.version] path = "src/jina_haystack/__about__.py" diff --git a/integrations/unstructured/fileconverter/pyproject.toml b/integrations/unstructured/fileconverter/pyproject.toml index faaba8d71..c19409cde 100644 --- a/integrations/unstructured/fileconverter/pyproject.toml +++ b/integrations/unstructured/fileconverter/pyproject.toml @@ -30,9 +30,9 @@ dependencies = [ ] [project.urls] -Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/components/converters/unstructured_fileconverter#readme" +Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/unstructured/fileconverter#readme" Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues" -Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/components/converters/unstructured_fileconverter" +Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/unstructured/fileconverter" [tool.hatch.version] path = "src/unstructured_fileconverter_haystack/__about__.py" diff --git a/nodes/text2speech/pyproject.toml b/nodes/text2speech/pyproject.toml index 4dfd65e1d..cc39e8780 100644 --- a/nodes/text2speech/pyproject.toml +++ b/nodes/text2speech/pyproject.toml @@ -43,9 +43,9 @@ dynamic = ["version"] dev = ["pytest", "pylint", "black"] [project.urls] -Documentation = "https://github.com/deepset-ai/haystack-extras/tree/main/nodes/text2speech#readme" -Issues = "https://github.com/deepset-ai/haystack-extras/issues" -Source = "https://github.com/deepset-ai/haystack-extras/tree/main/nodes/text2speech" +Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/nodes/text2speech#readme" +Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues" +Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/nodes/text2speech" [tool.hatch.version] path = "text2speech/__about__.py"