Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Dec 4, 2024
1 parent 8badda3 commit af3b019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookbook/js_langfuse_sdk.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"source": [
"### Option 2: Using LangChain\n",
"\n",
"This step shows how to trace Langchain applications using the [Langchain integration](https://langfuse.com/docs/integrations/langchain/example-javascript) which is fully interoperable with the Langfuse SDK.\n",
"This step shows how to trace Langchain applications using the [Langchain integration](https://langfuse.com/docs/integrations/langchain/tracing) which is fully interoperable with the Langfuse SDK.\n",
"\n",
"Since this is a native integration, the model parameters and outputs are automatically captured.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/sdk/typescript/example-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ console.log(chatCompletion.content[0].text);

### Option 2: Using LangChain

This step shows how to trace Langchain applications using the [Langchain integration](https://langfuse.com/docs/integrations/langchain/example-javascript) which is fully interoperable with the Langfuse SDK.
This step shows how to trace Langchain applications using the [Langchain integration](https://langfuse.com/docs/integrations/langchain/tracing) which is fully interoperable with the Langfuse SDK.

Since this is a native integration, the model parameters and outputs are automatically captured.

Expand Down
2 changes: 1 addition & 1 deletion pages/guides/cookbook/js_langfuse_sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ console.log(chatCompletion.content[0].text);

### Option 2: Using LangChain

This step shows how to trace Langchain applications using the [Langchain integration](https://langfuse.com/docs/integrations/langchain/example-javascript) which is fully interoperable with the Langfuse SDK.
This step shows how to trace Langchain applications using the [Langchain integration](https://langfuse.com/docs/integrations/langchain/tracing) which is fully interoperable with the Langfuse SDK.

Since this is a native integration, the model parameters and outputs are automatically captured.

Expand Down

0 comments on commit af3b019

Please sign in to comment.