-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
URL in readme (https://2.python-requests.org/) is http only #5212
Comments
I moved the site to requests.kennethreitz.org, in preparation to it being requests.psf.org (or something similar, ideally). |
Can you fix up the redirect from `docs.pyhon-requests.org' so that it doesn't redirect to a URL that cannot work?
It would be nice if the all old URLs could continue working and 30X to the new location. |
requests.kennethreitz.org is blocked by company policy. docs.pyhon-requests.org was working fine. |
bump |
Is anyone working to fix this? Mainly I am forced to remove requests documentation links due to this bug. |
Link to the documention on PyPi page is not working. |
https://requests.readthedocs.io/ is working fine as far as I can tell. |
Search results still use this URL - search for |
And as @pelid mentioned the published release still links to http://docs.python-requests.org/ which redirects to https://2.python-requests.org/ which doesn't work. |
Just made an attempt to fix the docs. The amount of links inside the documentation would make a SEO Marketer envious. I doubt that's possible to repeat yourself more often that with this. Please have a look and point if there are mistakes. |
Sounds like a great application for Jinja2 ;) |
The URL
//2.python-requests.org/
(which is in the readme) automatically resolves tohttps://2.python-requests.org
which is down (there is no HTTPS version of the site). The HTTP version of the site,http://2.python-requests.org
, is fine.Expected Result
I expect that when I click the link in the readme, it goes to a page that exists.
Actual Result
When I click the link in the readme, the
//
prefix resolves tohttps://
, but there is no HTTPS version of2.python-requests.org
, so the page does not load.Reproduction Steps
System Information
N/A
The text was updated successfully, but these errors were encountered: