Skip to content

Commit b95f851

Browse files
committed
fix links to Unit 2 notebook
1 parent 58fd6ab commit b95f851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

units/en/unit2/langgraph/document_analysis_agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For future such event, let's create a document analysis system using LangGraph t
1616

1717
The workflow we'll build, follows a structured this schema:
1818

19-
![Butler's Document Analysis Workflow](https://huggingface.co/datasets/agents-course/course-images/resolve/main/en/unit2/LangGraph/alfred_flow.png)
19+
![Butler's Document Analysis Workflow](https://huggingface.co/datasets/agents-course/course-images/main/en/unit2/LangGraph/alfred_flow.png)
2020

2121
<Tip>
2222
You can follow the code in <a href="https://huggingface.co/agents-course/notebooks/blob/main/unit2/langgraph/agent.ipynb" target="_blank">this notebook</a> that you can run using Google Colab.

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)