@@ -226,7 +226,7 @@ impl<'txn, KC, DC, C, IM> RwPrefix<'txn, KC, DC, C, IM> {
226226 /// while modifying it.
227227 ///
228228 /// > [Values returned from the database are valid only until a subsequent update operation,
229- /// or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val).
229+ /// > or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val)
230230 ///
231231 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
232232 pub unsafe fn del_current ( & mut self ) -> Result < bool > {
@@ -253,7 +253,7 @@ impl<'txn, KC, DC, C, IM> RwPrefix<'txn, KC, DC, C, IM> {
253253 /// version of them (e.g. `&str` into `String`).
254254 ///
255255 /// > [Values returned from the database are valid only until a subsequent update operation,
256- /// or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val).
256+ /// > or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val)
257257 ///
258258 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
259259 pub unsafe fn put_current < ' a > (
@@ -312,7 +312,7 @@ impl<'txn, KC, DC, C, IM> RwPrefix<'txn, KC, DC, C, IM> {
312312 /// version of them (e.g. `&str` into `String`).
313313 ///
314314 /// > [Values returned from the database are valid only until a subsequent update operation,
315- /// or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val).
315+ /// > or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val)
316316 ///
317317 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
318318 pub unsafe fn put_current_with_options < ' a , NDC > (
@@ -616,7 +616,7 @@ impl<'txn, KC, DC, C, IM> RwRevPrefix<'txn, KC, DC, C, IM> {
616616 /// while modifying it.
617617 ///
618618 /// > [Values returned from the database are valid only until a subsequent update operation,
619- /// or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val).
619+ /// > or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val)
620620 ///
621621 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
622622 pub unsafe fn del_current ( & mut self ) -> Result < bool > {
@@ -643,7 +643,7 @@ impl<'txn, KC, DC, C, IM> RwRevPrefix<'txn, KC, DC, C, IM> {
643643 /// version of them (e.g. `&str` into `String`).
644644 ///
645645 /// > [Values returned from the database are valid only until a subsequent update operation,
646- /// or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val).
646+ /// > or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val)
647647 ///
648648 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
649649 pub unsafe fn put_current < ' a > (
@@ -702,7 +702,7 @@ impl<'txn, KC, DC, C, IM> RwRevPrefix<'txn, KC, DC, C, IM> {
702702 /// version of them (e.g. `&str` into `String`).
703703 ///
704704 /// > [Values returned from the database are valid only until a subsequent update operation,
705- /// or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val).
705+ /// > or the end of the transaction.](http://www.lmdb.tech/doc/group__mdb.html#structMDB__val)
706706 ///
707707 /// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
708708 pub unsafe fn put_current_with_options < ' a , NDC > (
0 commit comments