Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 17, 2025
1 parent eae4028 commit 051f7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/create_api_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 051f7e4

Please sign in to comment.