Skip to content

Commit 8111321

Browse files
authored
Merge pull request #5 from huggingface/minor-nits
Updated links and removed duplicate code start
2 parents 558e522 + 6605a47 commit 8111321

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

units/en/unit0/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ To be able to follow this course, you should have:
6767

6868
If you don't have any of these, don't worry! Here are some resources that can help you:
6969

70-
* [LLM Course](https://huggingface.co/learn/llm-course/en/chapter1/10) will guide you through the basics of using and building with LLMs.
71-
* [Agents Course](https://huggingface.co/learn/agents-course/en/chapter1/10) will guide you through building AI agents with LLMs.
70+
* [LLM Course](https://huggingface.co/learn/llm-course/) will guide you through the basics of using and building with LLMs.
71+
* [Agents Course](https://huggingface.co/learn/agents-course/) will guide you through building AI agents with LLMs.
7272

7373
<Tip>
7474

units/en/unit2/gradio-client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip install smolagents[mcp] gradio[mcp] mcp
2020

2121
Now, we can import the necessary libraries and create a simple Gradio interface that uses the MCP Client to connect to the MCP Server.
2222

23-
```python
23+
2424
```python
2525
import gradio as gr
2626

0 commit comments

Comments
 (0)