docs[patch]: fix link (#28994)

This commit is contained in:
ccurme 2025-01-02 15:38:31 -05:00 committed by GitHub
parent d26c102a5a
commit 39b35b3606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ def package_row(p: dict) -> str:
def table() -> str: def table() -> str:
header = """| Provider | Package | Downloads | Latest | [JS](https://js.langchain.com/docs/integrations/providers/) | header = """| Provider | Package | Downloads | Latest | [JS](https://js.langchain.com/docs/integrations/platforms/) |
| :--- | :---: | :---: | :---: | :---: | | :--- | :---: | :---: | :---: | :---: |
""" """
return header + "\n".join(package_row(p) for p in packages_sorted) return header + "\n".join(package_row(p) for p in packages_sorted)