-
-
Notifications
You must be signed in to change notification settings - Fork 599
Docs: Update broken links and .gitignore for new docs location #2765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
JoC2000
commented
Feb 10, 2026
- Updated links that referenced old source files location.
- Updated PX4 documentation links from master to main.
- Updated QGC links.
- Modified .gitignore to new docs location.
- Updated links that referenced old source files location. - Updated PX4 documentation links from master to main. - Updated QGC links. - Modified .gitignore to new docs location.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nice, thanks a lot!
@julianoes: macOS seems unrelated (flaky test apparently) and the docs check... I don't know. Seems to complain because of a change? Not sure how it works for md files. It doesn't look like a style issue, it seems like it complains just because there is a diff.
|
I'm going to try to just run the docs generation script on top of it. |
|
@julianoes what is the issue with those changes? For action and camera servers the changes were made because the current links don't work. |
|
@JoC2000 if you want to change these, it has to come from https://github.com/mavlink/MAVSDK-Proto and then generated. See https://mavsdk.mavlink.io/main/en/cpp/contributing/autogen.html |
|
Understood! I'll take a look at it. I'll get started on a separate PR over Proto then. |
|
I found more broken links after checking the autogen docs and fixed the contributing section links. |