Skip to content

Commit 39b35b3

Browse files
authored
docs[patch]: fix link (#28994)
1 parent d26c102 commit 39b35b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripts/partner_pkg_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def package_row(p: dict) -> str:
9898

9999

100100
def table() -> str:
101-
header = """| Provider | Package | Downloads | Latest | [JS](https://js.langchain.com/docs/integrations/providers/) |
101+
header = """| Provider | Package | Downloads | Latest | [JS](https://js.langchain.com/docs/integrations/platforms/) |
102102
| :--- | :---: | :---: | :---: | :---: |
103103
"""
104104
return header + "\n".join(package_row(p) for p in packages_sorted)

0 commit comments

Comments
 (0)