-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update README.md #3097
base: devel
Are you sure you want to change the base?
Update README.md #3097
Conversation
README.md
Outdated
@@ -17,16 +17,16 @@ F´ (F Prime) is a component-driven framework that enables rapid development and | |||
- A growing collection of ready-to-use components | |||
- Testing tools for testing flight software at the unit and integration levels. | |||
|
|||
Learn more about [F´ key features](https://nasa.github.io/fprime/features.html). | |||
Learn more about [F´ key features]([https://(https://fprime.jpl.nasa.gov/latest/)). |
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.
it seems to me like there's a typo in this line: an extra opening square bracket.
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.
Thank you for catching that.
- Removed extra bracket on hyperlink
- Updated website to current one:
Please Visit the F´ Website: https://fprime.jpl.gov/latest
4. Clang or GNU C and C++ compilers (e.g. gcc and g++) | ||
5. [Python 3.8+](https://www.python.org/downloads/), virtual environments, and PIP | ||
4. [Clang](https://clang.llvm.org/) or [GNU C and C++ compilers](https://gcc.gnu.org/) (e.g. gcc and g++) | ||
5. [Python 3.8+](https://www.python.org/downloads/), [virtual environments](https://www.virtualbox.org/), and [PIP](https://pypi.org/project/pip/) |
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.
i highly doubt this "virtual environment" noun was meant to reference virtual machines like virtualbox. Likely means something like python virtualenv or conda. Also not sure how useful these links are.
- Removed extra bracket on hyperlink - Updated website to current one: **Please Visit the F´ Website:** [https://fprime.jpl.gov/latest](https://fprime.jpl.nasa.gov/latest/)
Bug #3085
Updated the README.md with the links:
https://fprime.jpl.nasa.gov/latest/
https://git-scm.com/
https://gcc.gnu.org/
https://clang.llvm.org/
https://pypi.org/project/pip/
https://www.debian.org/
https://www.virtualbox.org/
Change Description
A description of the changes contained in the PR.
Rationale
A rationale for this change. e.g. fixes bug, or most projects need XYZ feature.
Testing/Review Recommendations
Fill in testing procedures, specific items to focus on for review, or other info to help the team verify these changes are flight-quality.
Future Work
Note any additional work that will be done relating to this issue.