Skip to content

Commit 50a12a7

Browse files
bansalkanavmdrxy
andauthored
fix(docs): fix broken link in VertexAILLM and NVIDIA LLM integrations (#32096)
## **Description:** This PR updates the `link` values for the following integration metadata entries: 1. **VertexAILLM** - Changed from: `google_vertexai` - To: `google_vertex_ai_palm` 2. **NVIDIA** - Changed from: `NVIDIA` - To: `nvidia_ai_endpoints` These changes ensure that the documentation links correspond to the correct integration paths, improving documentation navigation and consistency with the integration structure. ## **Issue:** N/A ## **Dependencies:** None ## **Twitter handle:** N/A Co-authored-by: Mason Daugherty <[email protected]>
1 parent 72a0f42 commit 50a12a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/theme/FeatureTables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ const FEATURE_TABLES = {
327327
},
328328
{
329329
name: "NVIDIA",
330-
link: "NVIDIA",
330+
link: "nvidia_ai_endpoints",
331331
package: "langchain-nvidia",
332332
apiLink: "https://python.langchain.com/api_reference/nvidia_ai_endpoints/llm/langchain_nvidia_ai_endpoints.llm.NVIDIA.html"
333333
},

0 commit comments

Comments
 (0)