Skip to content

Commit

Permalink
Merge pull request #231 from killthekitten/patch-2
Browse files Browse the repository at this point in the history
Fix a link formatting from markdown to rst
  • Loading branch information
kvesteri authored Nov 8, 2019
2 parents 1909e32 + 5ab6fbb commit 2d5d235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Introduction
Why?
^^^^

SQLAlchemy [already has a versioning extension](https://docs.sqlalchemy.org/en/13/orm/examples.html#module-examples.versioned_history). This extension however is very limited. It does not support versioning entire transactions.
SQLAlchemy `already has a versioning extension <https://docs.sqlalchemy.org/en/13/orm/examples.html#module-examples.versioned_history>`_. This extension however is very limited. It does not support versioning entire transactions.

Hibernate for Java has Envers, which had nice features but lacks a nice API. Ruby on Rails has papertrail_, which has very nice API but lacks the efficiency and feature set of Envers.

Expand Down

0 comments on commit 2d5d235

Please sign in to comment.