diff --git a/docs/create_api_rst.py b/docs/create_api_rst.py index 677261f..944fb5a 100644 --- a/docs/create_api_rst.py +++ b/docs/create_api_rst.py @@ -540,7 +540,7 @@ def _build_index(dirs: List[str]) -> None: else len(integrations_to_show) ), )[: len(integrations_to_show)]: - integration_grid += f'\n- header: "**{header_name}**"\n content: {dir_} {_get_package_version(_package_dir(dir_))}\n link: {dir_.replace("-", "_")}/index.html' + integration_grid += f'\n- header: "**{header_name}**"\n content: {dir_} {_get_package_version(_package_dir(dir_))}\n link: {dir_.replace("-", "_")}/api_docs.html' doc += f"""## Integrations ```{{gallery-grid}}