README URLs use absolute links to fix crates.io dead URLs#494
Open
jnomikos wants to merge 1 commit into
Open
Conversation
onur-ozkan
reviewed
May 26, 2026
Comment on lines
-128
to
+139
| See [`mavlink/examples/`](mavlink/examples/) for runnable examples. | ||
| See [`mavlink/examples/`](https://github.com/mavlink/rust-mavlink/tree/master/mavlink/examples) for runnable examples. | ||
|
|
||
| ## Maintainers | ||
|
|
||
| See [MAINTAINERS.md](MAINTAINERS.md) for active maintainers, release managers and contact details. | ||
| See [MAINTAINERS.md](https://github.com/mavlink/rust-mavlink/blob/master/MAINTAINERS.md) for active maintainers, release managers and contact details. | ||
|
|
||
| ## License | ||
|
|
||
| Licensed under either of: | ||
|
|
||
| - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) | ||
| - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. | ||
| - Apache License, Version 2.0 ([LICENSE-APACHE](https://github.com/mavlink/rust-mavlink/blob/master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) | ||
| - MIT license ([LICENSE-MIT](https://github.com/mavlink/rust-mavlink/blob/master/LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. |
Member
There was a problem hiding this comment.
With this approach, even if you click on them from a different branch they will redirect you to the master branch.
I wonder if there's a better fix.
Author
There was a problem hiding this comment.
There might be a better way. I'll take a look at how other crates do it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The URLs in the crates.io page (https://crates.io/crates/mavlink) pointing to this repository do not work.
e.g "See mavlink/examples/ for runnable examples." gives the URL https://github.com/mavlink/rust-mavlink/blob/HEAD/mavlink/mavlink/examples/ which is wrong.
So, I replaced the URLs to be absolute URLs instead.