Fix markdown issue in documentation issue reporting note #1451
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.
Somewhat amusingly, the documentation's note regarding reporting an issue was broken, thus making it impossible to report the issue itself. For convenience, here is the live page which has the bad link: https://docs.openc3.com/docs/getting-started/installation
The link syntax was broken and was generating a bad URL with a
">
included, which leads to a GitHub 404 page. I've removed the extra parts, and I believe the link now works as-expected, giving the option of which type of New Issue to create (although it may be nice if the issue types included "Documentation changes" or similar).Additionally, this was the only
:::note
block which was tabbed-in across all the docs, so I made the choice to un-tab that. Not sure if that was meant to be tabbed in but my guess is that it should match all the others - my Markdown viewer was misbehaving since the tab in was causing it to render as code rather than parsing the Markdown link syntax.Thanks for a nice SmallSat talk :)