-
Notifications
You must be signed in to change notification settings - Fork 18
Fix links and clean up README content #353
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,16 +5,20 @@ ships with a point-in-time snapshot of this Addon: by the time you install FreeC | |||||
| Addon Manager is no longer the most recent version. Install *this* addon to update the internal Addon Manager to the | ||||||
| latest version (and to allow future self-updating). | ||||||
|
|
||||||
| Note that there are multiple available branches of this addon. Most users should use Main, but Development is also | ||||||
| available and may contain work-in-progress features (but may also be less stable). For users on older versions of | ||||||
| FreeCAD built using Qt5 and/or Python 3.8, a dedicated branch is available. | ||||||
|
||||||
| FreeCAD built using Qt5 and/or Python 3.8, a dedicated branch is available. | |
| FreeCAD built using Qt5 and/or Python 3.8, the `qt5-py38` compatibility branch is available: see [`qt5-py38` on GitHub](https://github.com/FreeCAD/AddonManager/tree/qt5-py38). |
Copilot
AI
Feb 10, 2026
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.
Minor grammar: “To submit an addon you have created see …” reads like it’s missing punctuation. Consider “To submit an addon you have created, see …” (or rephrase) for clarity.
| To submit an addon you have created see the documentation [here](https://github.com/FreeCAD/Addons/blob/main/Documentation/Submission.md). | |
| To submit an addon you have created, see the documentation [here](https://github.com/FreeCAD/Addons/blob/main/Documentation/Submission.md). |
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.
Consider formatting branch names as inline code (e.g.,
Main,Development) to make it unambiguous that these are literal branch choices rather than general adjectives.