Skip to content

Commit 9a29f54

Browse files
committed
fix: redirect to examples directory on readme
1 parent e0d94ce commit 9a29f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ int main()
202202
```
203203

204204
### Examples
205-
There are some samples implemented during the development of the project [here](samples).
205+
There are some samples implemented during the development of the project [here](examples).
206206
- `client_sample.c` : simple example for minimal usage of the collector library.
207207
- `client_monitoring.c` : sample implementing the monitoring thread to read packets statistics.
208208
- `sender_sample.c` : simple example for minimal usage of the sender library.

0 commit comments

Comments
 (0)