Skip to content

Commit 6ce2fa7

Browse files
authored
Merge pull request #348 from smagara/patch-2
2.3 LangGraph: Fix notebook link in first_graph.mdx
2 parents e8d48e1 + e60b578 commit 6ce2fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/en/unit2/langgraph/first_graph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Now that we understand the building blocks, let's put them into practice by buil
1010
This example demonstrates how to structure a workflow with LangGraph that involves LLM-based decision-making. While this can't be considered an Agent as no tool is involved, this section focuses more on learning the LangGraph framework than Agents.
1111

1212
<Tip>
13-
You can follow the code in <a href="https://huggingface.co/agents-course/notebooks/resolve/main/unit2/langgraph/mail_sorting.ipynb" target="_blank">this notebook</a> that you can run using Google Colab.
13+
You can follow the code in <a href="https://huggingface.co/agents-course/notebooks/blob/main/unit2/langgraph/mail_sorting.ipynb" target="_blank">this notebook</a> that you can run using Google Colab.
1414
</Tip>
1515
## Our Workflow
1616

0 commit comments

Comments
 (0)