Skip to content

Commit 56add52

Browse files
authored
Update link to OpenSearch.
Amazon repurposed the opensearch.org domain. It is now hosting their ElasticSearch fork.
1 parent 1acdf4f commit 56add52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/usage/configuration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,11 +1309,11 @@ that use Sphinx's HTMLWriter class.
13091309

13101310
.. confval:: html_use_opensearch
13111311

1312-
If nonempty, an `OpenSearch <https://www.opensearch.org/>`_ description
1313-
file will be output, and all pages will contain a ``<link>`` tag referring
1314-
to it. Since OpenSearch doesn't support relative URLs for its search page
1315-
location, the value of this option must be the base URL from which these
1316-
documents are served (without trailing slash), e.g.
1312+
If nonempty, an `OpenSearch <https://github.com/dewitt/opensearch>`_
1313+
description file will be output, and all pages will contain a ``<link>``
1314+
tag referring to it. Since OpenSearch doesn't support relative URLs for
1315+
its search page location, the value of this option must be the base URL
1316+
from which these documents are served (without trailing slash), e.g.
13171317
``"https://docs.python.org"``. The default is ``''``.
13181318

13191319
.. confval:: html_file_suffix

0 commit comments

Comments
 (0)