Skip to content

Commit

Permalink
Fixed broken example link
Browse files Browse the repository at this point in the history
  • Loading branch information
krasserm committed Feb 13, 2025
1 parent 2935283 commit fddb35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Download the Python example

```shell
mkdir examples
curl -o examples/basics.py https://raw.githubusercontent.com/gradion-ai/freeact/refs/heads/main/freeact/examples/basics.py
curl -o examples/utils.py https://raw.githubusercontent.com/gradion-ai/freeact/refs/heads/main/freeact/examples/utils.py
curl -o examples/basics.py https://raw.githubusercontent.com/gradion-ai/freeact/refs/heads/main/examples/basics.py
curl -o examples/utils.py https://raw.githubusercontent.com/gradion-ai/freeact/refs/heads/main/examples/utils.py
```

and run it with:
Expand Down

0 comments on commit fddb35e

Please sign in to comment.