Skip to content

Commit

Permalink
fix links in docstrings (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Jan 11, 2024
1 parent 637a11b commit cbdc5d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def __init__(
Creates a new OpenSearchDocumentStore instance.
For more information on connection parameters, see the official OpenSearch documentation:
https://www.elastic.co/guide/en/OpenSearch/client/python-api/current/connecting.html
https://opensearch.org/docs/latest/clients/python-low-level/#connecting-to-opensearch
For the full list of supported kwargs, see the official OpenSearch reference:
https://OpenSearch-py.readthedocs.io/en/stable/api.html#module-OpenSearch
https://opensearch-project.github.io/opensearch-py/api-ref/clients/opensearch_client.html
:param hosts: List of hosts running the OpenSearch client. Defaults to None
:param index: Name of index in OpenSearch, if it doesn't exist it will be created. Defaults to "default"
Expand Down

0 comments on commit cbdc5d1

Please sign in to comment.