-
Notifications
You must be signed in to change notification settings - Fork 419
Fix broken links in CONTRIBUTING.md #3041
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
Fix broken links in CONTRIBUTING.md #3041
Conversation
Update several broken links in the contributing guidelines: - Fix documentation repository references - Update Discord server and channel links - Correct Bittensor documentation URLs These fixes improve contributor experience by ensuring all referenced resources are accessible.
contrib/CONTRIBUTING.md
Outdated
| Before making a PR for any code changes, please write adequate testing with unittest and/or pytest if it is warranted. This is **mandatory** for new features and enhancements. See the [testing guide](./TESTING.md) for more complete information. | ||
|
|
||
| You may also like to view the [/tests](https://github.com/opentensor/bittensor/tree/master/tests) for starter examples. | ||
| You may also like to view the [/tests](../tests) for starter examples. |
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.
This link should remain the same. Only tests from the master branch can be considered stable for the publicly available latest version of bittensor.
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.
Oh ok, I’ll change the link back to the original one as soon as I’m back behind a computer
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.
Also, pls resolve the conflict
…ix-contributing-links
MichaelTrestman
left a comment
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.
Looks good to me
…links Fix broken links in CONTRIBUTING.md
Description of the Change
Update several broken links in the contributing guidelines
This commit addresses multiple link issues in the contributing documentation to improve developer experience and ensure all references point to current, accessible resources.
Changes made:
Repository References:
../testsinstead ofhttps://github.com/opentensor/bittensor/tree/master/tests)Discord Links:
Documentation Updates:
to the current https://docs.learnbittensor.org/getting-started/install-btcli#configuration
SDK Version Reference:
These changes ensure that contributors can successfully follow all links in the contributing guidelines and access the most up-to-date resources for Bittensor development.
Branch Acknowledgement
[x] I am acknowledging that I am opening this branch against
staging