ponyorm / pony

Pony Object Relational Mapper
Apache License 2.0
3.58k stars 242 forks source link

Wrong link in the `Parameters of db_session` documentation section #672

Open drew2a opened 1 year ago

drew2a commented 1 year ago

https://docs.ponyorm.org/transactions.html#parameters-of-db-session

As it was mentioned above db_session() can be used as a decorator or a context manager. It can receive parameters which are described in the API Reference.

In this paragraph for the API Reference the following link is used https://docs.ponyorm.org/transactions.html#db-session which is incorrect as the correct link is the following https://docs.ponyorm.org/api_reference.html#transactions-db-session