diff --git a/.hecat/conf.py b/.hecat/conf.py index f1a76acfb6..60eeb258c7 100644 --- a/.hecat/conf.py +++ b/.hecat/conf.py @@ -12,7 +12,7 @@ html_show_sphinx = False html_show_search_summary = True html_copy_source = False html_show_copyright = True -html_use_opensearch = 'https://nodiscc.github.io/awesome-selfhosted-html-preview/' +html_use_opensearch = 'https://awesome-selfhosted.net/' html_favicon = '../_static/favicon.ico' html_logo = '../_static/logo.svg' extensions = ['myst_parser', 'sphinx_design']