mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 18:08:36 +00:00
docs[patch]: fix link (#28994)
This commit is contained in:
parent
d26c102a5a
commit
39b35b3606
@ -98,7 +98,7 @@ def package_row(p: dict) -> 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)
|
||||
|
Loading…
Reference in New Issue
Block a user