Skip to content

Commit 1208960

Browse files
booopatrickelectric
authored andcommitted
Fix URLs in README pointing to examples
1 parent 8d61f75 commit 1208960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ mavlink = "0.12.2"
1414
```
1515

1616
## Examples
17-
See [examples/](examples/mavlink-dump/src/main) for different usage examples.
17+
See [examples/](mavlink/examples/mavlink-dump/src/main) for different usage examples.
1818

1919
### mavlink-dump
20-
[examples/mavlink-dump](examples/mavlink-dump/src/main) contains an executable example that can be used to test message reception.
20+
[examples/mavlink-dump](mavlink/examples/mavlink-dump/src/main) contains an executable example that can be used to test message reception.
2121

2222
It can be executed directly by running:
2323
```

0 commit comments

Comments
 (0)