Fix ref links in contributing guide #147
Merged
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.
🦟 Bug fix
Fixes broken ref links on contributing webpage.
Summary
I just want to be able to click on things. Feel free to decline this PR if this isn't the best way to fix the links. It was minimal effort.
On the webpage, none of the internal links work https://ignitionrobotics.org/docs/all/contributing
(They only work on the GitHub page, which is the page after people click on the "edit" button on the page on the Ignition website.)
Since we're using the contributing guide more and more (including linking from the template from which this PR was created), I figure we should fix it on the website, even if that means the links on the GitHub markdown page will also link to the website?
I don't know if there's a way to make it work for both. If there is, that would be preferred.
P.S. On the page to create a PR, the template links to the contributing page on ignitionrobotics.org, but the little dialog on the right that says "Contributing guidelines" still links to the GitHub page https://github.com/ignitionrobotics/docs/blob/d56955a8ee3b19e9a1fb347c14de094a09387a8e/contributing.md
Might want to make them the same, for consistency, especially if we merge this PR.
Checklist
Added testsUpdated migration guide (as needed)codecheck
passed (See contributing)All tests passed (See test coverage)Note to maintainers: Remember to use Squash-Merge