doc: fix outdated links in CONTRIBUTING.md#21824
Conversation
CONTRIBUTING.md
Outdated
|
|
||
| [try-github-io]: https://try.github.io/ | ||
| [git-scm-getting-started]: https://git-scm.com/book/en/v2/Getting-Started-Git-Basics | ||
| [git-scm-getting-started]: https://docs.github.com/en/get-started |
There was a problem hiding this comment.
| [git-scm-getting-started]: https://docs.github.com/en/get-started | |
| [git-scm-getting-started]: https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository |
This would probably be the fixed URL with the same resource as before. I think it might be better to discuss changing this to Github specific doc in a follow up PR and focus this on just fixing the broken links. That way, we can just merge this without having to discuss changes.
There was a problem hiding this comment.
This got lost in the squash 👀
There was a problem hiding this comment.
This got lost in the squash 👀
thanks for pointing that out. i have restored the correct link thanks for guidance.
56d5d3d to
61e0ae6
Compare
|
It looks like you accidentally included the commits that were merged as part of #21823 in your squashed commit |
61e0ae6 to
9bbde21
Compare
|
It looks like you accidentally removed the review change. For future reference, because git can be confusing. You can use |
|
the removal of review change was unintentional - it happened while squashing commits.i have now ensured that all relevant changes are included and only the intended modification remains in this PR. |
9bbde21 to
1a2b77d
Compare
|
Thank you for your contribution! :) Git and Github can be a steep learning curve indeed. |
Contribution description
This PR updates outdated/deprecated links in
CONTRIBUTING.mdto ensure new contributors are redirected to the correct resources.Changes made:
This improves documentation quality and reduces friction for new contributors.
Testing procedure
CONTRIBUTING.mdfile in the browser or markdown preview.No code execution needed — documentation only.
Issues/PRs references
None.