Skip to content

Commit

Permalink
fix: dead link txn_manager.rs (#14670)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterfarq authored Feb 24, 2025
1 parent 426f144 commit 8223a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/libmdbx-rs/src/txn_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ mod read_transactions {
// important because we store the pointer in the `active` list
// and assume that it is unique.
//
// See https://erthink.github.io/libmdbx/group__c__transactions.html#gae9f34737fe60b0ba538d5a09b6a25c8d for more info.
// See https://libmdbx.dqdkfa.ru/group__c__transactions.html#gae9f34737fe60b0ba538d5a09b6a25c8d for more info.
let result = mdbx_result(unsafe { ffi::mdbx_txn_reset(txn_ptr) });
if result.is_ok() {
tx.set_timed_out();
Expand Down

0 comments on commit 8223a0d

Please sign in to comment.