Skip to content

Commit f37b42c

Browse files
authored
Docs fix 2 (#18619)
1 parent fe27966 commit f37b42c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ If you're ready to dive in, here’s a quick setup guide to get you going:
3333
uv sync
3434
```
3535

36+
If you've changed documentation:
37+
38+
```bash
39+
uv run make lint
40+
```
41+
3642
3. Navigate to the project folder you want to work on. For example, if you want to work on the OpenAI llm integration:
3743

3844
```bash

docs/docs/understanding/agent/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To learn about how to build a multi-agent system, go to ["Multi-agent systems wi
1010

1111
## Getting started
1212

13-
You can find all of this code in [the tutorial repo](https://github.com/run-llama/python-agents-tutorial).
13+
You can find all of this code in [the agents tutorial repo](https://github.com/run-llama/python-agents-tutorial).
1414

1515
To avoid conflicts and keep things clean, we'll start a new Python virtual environment. You can use any virtual environment manager, but we'll use `poetry` here:
1616

0 commit comments

Comments
 (0)