Hi folks,
The issue is simple - link to the installation section in SQLAlchemy docs, provided in the Readme for this repo, is invalid.
I can't seem to find any working link which is version independent, though. Any ideas on that?
Correct link: https://docs.sqlalchemy.org/en/13/intro.html#installation
Current (invalid) link: https://www.sqlalchemy.org/docs/intro.html#installation
Same goes for the 'latest docs' reference, although here we indeed can find a version independent URL:
Correct link: https://docs.sqlalchemy.org
Current link: https://www.sqlalchemy.org/docs/
I'll update the issue with a PR shortly.
hi there -
I am currently updating the redirects for both sites. the link is correct
@zzzeek
Thanks for the info. I guess we can then discard both the issue and the PR.
it's helpful that you pointed this out however since I forgot links of that form need to keep working. should be up again.
Since the issue is resolved, I'm closing both the issue and the PR.
Have a good day!