Skip to content

Commit

Permalink
changed main to main.rs for markdown hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
TB-ME authored and patrickelectric committed Jun 20, 2024
1 parent cdd585f commit a67f1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ mavlink = "0.12.2"
```

## Examples
See [examples/](mavlink/examples/mavlink-dump/src/main) for different usage examples.
See [examples/](mavlink/examples/mavlink-dump/src/main.rs) for different usage examples.

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

It can be executed directly by running:
```
Expand Down

0 comments on commit a67f1d8

Please sign in to comment.