-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update broken link to BAP with GitHub and update CONTRIBUTING.md #7960
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
base: main
Are you sure you want to change the base?
Conversation
Original links resolve to new links, and this commit updates to the eventually resolved links.
|
|
| ## At a glance | ||
| ### Beginner | ||
| - Book: [Bayesian Analysis with Python](http://bap.com.ar/) | ||
| - Book: [Bayesian Analysis with Python](https://github.com/aloctavodia/BAP3) |
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.
http://bap.com.ar works for me
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.
Ah it was down for me when I checked earlier today. I can maybe edit this to show both.
| Quick links | ||
| ----------- | ||
|
|
||
| * [Pull request (PR) step-by-step ](https://docs.pymc.io/en/latest/contributing/pr_tutorial.html) |
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.
Original links also work for me
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.
These links do indeed work, but they eventually resolve and go to the links I've changed them to. So these changes here aren't fixing things that are "broken" per se, but they just make it more direct. Just a small consistency change

Description
This PR updates the book link for BAP because the original URL seems to be broken/unmaintained.
Moreover, as I was looking on how to contribute, I noticed that the CONTRIBUTING.md links were resolving to something else and made those updates here. (If these links should be left alone, let me know and I can revert them/feel free to revert them in review.)
Related Issue
Checklist
Type of change