[Sqlalchemy-tickets] Issue #3164: Broken links to core & orm tutorials from Library page on sqlalch
Brought to you by:
zzzeek
|
From: Robert W. <iss...@bi...> - 2014-08-14 16:07:37
|
New issue 3164: Broken links to core & orm tutorials from Library page on sqlalchemy.org https://bitbucket.org/zzzeek/sqlalchemy/issue/3164/broken-links-to-core-orm-tutorials-from Robert Warner: This is a bug related to the site - please let me know if there is a better place to report site issues. I had a look but didn't see a repo specifically for the website. There are two broken links on the Library page, that lead to the ORM & Core tutorials. http://www.sqlalchemy.org/library.html#tutorials - in the first paragraph. The links currently go to: core - http://docs.sqlalchemy.org/core/tutorial.html orm - http://docs.sqlalchemy.org/orm/tutorial.html I believe they should be going to: core - http://sqlalchemy.readthedocs.org/en/rel_0_9/orm/tutorial.html orm - http://sqlalchemy.readthedocs.org/en/rel_0_9/core/tutorial.html |