mavlink / rust-mavlink

MAVLink library for Rust.
https://mavlink.github.io/rust-mavlink/mavlink/
Apache License 2.0
158 stars 79 forks source link

changed `main` to `main.rs` for markdown hyperlinks #236

Closed TB-ME closed 5 months ago

TB-ME commented 7 months ago

Markdown links to examples were forgetting to add the filename extension. This leads to a 404 not found error when clicking on the hyperlink. By adding the file extension, the hyperlink can now correctly resolve.