Skip to content

Commit

Permalink
fix project urls (deepset-ai#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 12, 2023
1 parent e166c2b commit 3eb6379
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions integrations/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions integrations/cohere/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions integrations/elasticsearch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions integrations/gradient/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions integrations/jina/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions integrations/unstructured/fileconverter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions nodes/text2speech/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3eb6379

Please sign in to comment.