mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-27 02:58:55 +00:00
Fix broken link in Transaction docs
This commit is contained in:
parent
c7cf104a8f
commit
cbc1deb363
@ -46,7 +46,7 @@ pub trait TransactionManager {
|
||||
/// executed after it was established to be rolled back, restoring the transaction state to
|
||||
/// what it was at the time of the savepoint.
|
||||
///
|
||||
/// [`Connection::begin`]: struct.Connection.html#method.begin
|
||||
/// [`Connection::begin`]: trait.Connection.html#tymethod.begin
|
||||
/// [`Pool::begin`]: struct.Pool.html#method.begin
|
||||
/// [`commit`]: #method.commit
|
||||
/// [`rollback`]: #method.rollback
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user