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
gh-98083 Fix URLs in README.rst
#98082
Conversation
|
Thanks @kwsp for the PR, and @JelleZijlstra for merging it |
|
Sorry, @kwsp and @JelleZijlstra, I could not cleanly backport this to |
|
GH-98135 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit fc342c6) Co-authored-by: Tiger <tnie@tuta.io>
|
Thanks for your fix! Feel free to manually create a 3.10 backport, but it's probably not too important since I expect people don't usually read the README on branches other than the default. |
(cherry picked from commit fc342c6) Co-authored-by: Tiger <tnie@tuta.io>
There were 2 broken links in
README.rst:Another link to the NEWS.d directory was causing a 301 redirect (since it's a directory and github uses
treeinstead ofblobin the URL), so I fixed that too.README.rst#98083