zopefoundation / zope.sqlalchemy

Integration of SQLAlchemy with transaction management
Other
32 stars 34 forks source link

Link to Zope Transactions Outdated #27

Closed lucas993 closed 6 years ago

lucas993 commented 6 years ago

src/zope/sqlalchemy/README.rst should link to http://www.zodb.org/en/latest/#transactions rather than http://www.zodb.org/zodbbook/transactions.html

tseaver commented 6 years ago

I think the better link would be https://zodb.readthedocs.io/en/latest/transactions.html.

jamadden commented 6 years ago

The docs on www.zodb.org come from zopefoundation/ZODB and have been edited recently (although there are a number of issues open for improvements ). The docs at zodb.readthedocs.io come from a different repository that hasn't been updated since 2015. Prominent people have expressed concerns about those docs.

Perhaps this would be a good time to address https://github.com/zopefoundation/ZODB/issues/107 and create/update the transactions document in zopefoundation/ZODB.