You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To help you get started with using Logtail in your Python projects, we have prep
38
38
39
39
## Download the example project
40
40
41
-
You can download the example project from GitHub directly or you can clone it to a select directory. Then install the `logtail-python` client library as shown before:
41
+
You can download the [example project](https://github.com/logtail/logtail-python/tree/master/example-project) from GitHub directly or you can clone it to a select directory. Then install the `logtail-python` client library as shown before:
42
42
43
43
```bash
44
44
pip install logtail-python
@@ -66,7 +66,7 @@ This example project will create a total of 6 logs. Each corresponding to its re
66
66
67
67
## Explore how example project works
68
68
69
-
Learn how to setup Python logging by exploring the working of the example project in detail.
69
+
Learn how to setup Python logging by exploring the workings of the [example project](https://github.com/logtail/logtail-python/tree/master/example-project) in detail.
0 commit comments